test: Re-disable TestFirewall.testNetworkingPage

Still too unstable.
This commit is contained in:
Martin Pitt 2020-04-28 16:29:07 +02:00
parent 5c652c5d08
commit 63f5fd2065

View File

@ -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 \