From 63f5fd2065600686292016c7fa39db462e6f0e8a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 28 Apr 2020 16:29:07 +0200 Subject: [PATCH] test: Re-disable TestFirewall.testNetworkingPage Still too unstable. --- tests/run-test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 7f08c74..1128052 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -24,6 +24,10 @@ test/verify/check-machines-dbus -tv --machine localhost:22 --browser localhost:9 TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \ TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs} || RC=$? +# TestFirewall.testNetworkingPage is still too unstable +test/verify/check-networking-firewall -tv --machine localhost:22 --browser localhost:9090 \ + TestFirewall.test{AddCustomServices,AddServices,FirewallPage,MultipleZones} || RC=$? + # not all classes are nondestructive, and we can't run rebooting tests test/verify/check-packagekit -tv --machine localhost:22 --browser localhost:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$? @@ -31,7 +35,6 @@ test/verify/check-packagekit -tv --machine localhost:22 --browser localhost:9090 for t in accounts \ login \ networking-basic \ - networking-firewall \ sosreport storage-basic \ storage-ignored \ storage-partitions \