diff --git a/test/integration/kpatch-test b/test/integration/kpatch-test index 6b4370c..db72fd5 100755 --- a/test/integration/kpatch-test +++ b/test/integration/kpatch-test @@ -258,6 +258,7 @@ run_combined_test() { for testprog in "${TEST_LIST[@]}"; do [[ $testprog != *-LOADED.test ]] && continue + [[ $testprog =~ -SLOW ]] && continue if $testprog >> $LOG 2>&1; then error "combined: $testprog succeeded before kpatch load" return @@ -271,6 +272,7 @@ run_combined_test() { for testprog in "${TEST_LIST[@]}"; do [[ $testprog != *-LOADED.test ]] && continue + [[ $testprog =~ -SLOW ]] && continue if ! $testprog >> $LOG 2>&1; then error "combined: $testprog failed after kpatch load" fi @@ -283,6 +285,7 @@ run_combined_test() { for testprog in "${TEST_LIST[@]}"; do [[ $testprog != *-LOADED.test ]] && continue + [[ $testprog =~ -SLOW ]] && continue if $testprog >> $LOG 2>&1; then error "combined: $testprog succeeded after kpatch unload" return