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 \