From 00d1fdbd2c685c17592609523c0fc6c4a007b8df Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 17 Dec 2018 14:30:09 -0800 Subject: [PATCH] Drop #1600823 workaround Bug was fixed months ago. Signed-off-by: Adam Williamson --- tests/_console_avc_crash.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/_console_avc_crash.pm b/tests/_console_avc_crash.pm index be915cc1..1bbea36a 100644 --- a/tests/_console_avc_crash.pm +++ b/tests/_console_avc_crash.pm @@ -13,12 +13,6 @@ sub run { # anything at a console. the more advanced upstream 'console' # handling may help us here if we switch to it console_loadkeys_us; - # work around #1600823 if it crops up - if (script_run "systemctl is-active NetworkManager.service") { - record_soft_failure "Network is not up (probably 1600823)"; - # Try and start service - script_run "systemctl start NetworkManager.service"; - } # check there are no AVCs. We expect an error here: if we don't # get an error, it means there *are* AVCs. my $hook_run = 0;