tests: Re-drop testNICAdd

It's too unstable: https://github.com/cockpit-project/cockpit/issues/13861
This commit is contained in:
Martin Pitt 2020-04-07 13:44:10 +02:00
parent 365ca755d7
commit a791ac3ba7

View File

@ -25,11 +25,11 @@ export TEST_AUDIT_NO_SELINUX=1
RC=0
# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk
# some tests are still too unstable: testCreate,testAddDisk,testDetachDisk,testNICAdd
test/verify/check-machines-dbus -tv --machine $HOST:22 --browser $HOST:9090 \
TestMachinesDBus.test{Basic,Libvirt,VCPU,MultipleSettings,BootOrder} \
TestMachinesDBus.test{InlineConsole,ExternalConsole,SerialConsole} \
TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NICAdd,NetworkSettings} || RC=$?
TestMachinesDBus.test{StoragePools,StoragePoolsCreate,VmNICs,NetworkSettings} || RC=$?
# not all classes are nondestructive, and we can't run rebooting tests
test/verify/check-packagekit -tv --machine $HOST:22 --browser $HOST:9090 TestUpdates.test{Basic,SecurityOnly} TestAutoUpdates || RC=$?