diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common-functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 96383e2e..48ee872f 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -60,8 +60,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then for BLOCKER in 871284 ; do abort_if_bug_is_still_open $BLOCKER done ;; - dpkg_*_find_trigger_cycles) - abort_if_bug_is_still_open 874504 ;; + #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_developer_upgrade_to_buster) |