From 6f530c2421b11b9a08ce9bebce6e2b290699b4e6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 Oct 2017 12:55:27 +0200 Subject: chroot-installs: skip some tests as long as #877970 is open Signed-off-by: Holger Levsen --- bin/common-functions.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bin/common-functions.sh') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index b0c4f9e2..91d25078 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -62,6 +62,20 @@ if [ "${0:0:5}" != "/tmp/" ] ; then done ;; dpkg_*_find_trigger_cycles) abort_if_bug_is_still_open 874504 ;; + chroot-installation_stretch_install_full_desktop_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; + chroot-installation_stretch_install_education-workstation_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; + chroot-installation_stretch_install_education-standalone_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; + chroot-installation_stretch_install_education-roaming-workstation_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; + chroot-installation_stretch_install_education-ltsp-server_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; + chroot-installation_stretch_install_education-desktop-other_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; + chroot-installation_stretch_install_developer_upgrade_to_buster) + abort_if_bug_is_still_open 877970 ;; #lintian-tests_sid) # abort_if_bug_is_still_open $BLOCKER ;; #haskell-package-plan) -- cgit v1.2.3-54-g00ecf