diff --git a/test/testcases_fast.sh b/test/testcases_fast.sh index 6cd5d127..d8c7d435 100755 --- a/test/testcases_fast.sh +++ b/test/testcases_fast.sh @@ -1,9 +1,8 @@ #!/bin/sh -e # usage: testcases_fast.sh [--all] -# Disable QEMU and aports/upstream compatibility tests -# (These run with different CI runners in parallel, see #1610) -disabled="aports aports_kde aportgen upstream_compatibility soname_bump qemu_running_processes" +# Disable QEMU test, it runs on a special CI runner in parallel (see #1610). +disabled="qemu_running_processes" # Optionally enable all test cases if [ "$1" = "--all" ]; then