diff --git a/tests/run-test.sh b/tests/run-test.sh index 6afda95..e06926a 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -69,6 +69,9 @@ if [ -n "$test_optional" ]; then fi if [ -n "$test_basic" ]; then + # fixed in https://github.com/cockpit-project/cockpit/pull/14236 + EXCLUDES="$EXCLUDES TestSystemInfo.testHardwareInfo" + # still too unstable EXCLUDES="$EXCLUDES TestFirewall.testNetworkingPage" @@ -83,10 +86,18 @@ if [ -n "$test_basic" ]; then TESTS="$TESTS TestAccounts + TestBonding + TestBridge TestFirewall TestLogin TestNetworking - TestSOS" + TestServices + TestSOS + TestSystemInfo + TestTeam + TestTerminal + TestTuned + " fi exclude_options=""