diff --git a/tests/run-test.sh b/tests/run-test.sh index 2cf4e4c..7d7a0e8 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -48,10 +48,16 @@ if [ -n "$test_optional" ]; then # TestUpdates: we can't run rebooting tests TESTS="$TESTS TestAutoUpdates - TestMachines TestStorage TestUpdates.testBasic TestUpdates.testSecurityOnly" + + # Fedora gating tests are running on infra without /dev/kvm; Machines tests are too darn slow there + if [ -w /dev/kvm ]; then + TESTS="$TESTS TestMachines" + else + TESTS="$TESTS TestMachinesCreate.testCreateImportDisk" + fi fi if [ -n "$test_basic" ]; then