Rodja Trappe преди 2 години
родител
ревизия
a654264a06
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      test_startup.sh

+ 0 - 1
test_startup.sh

@@ -37,6 +37,5 @@ do
     elif test -f $path/main.py; then
         check $path/main.py || error=1
     fi
-    pkill -f 'Safari' # ensure no old browser tabs keep requesting pages from previous tests (seems to be a osx github action only issue)
 done
 test $error -eq 0