Browse Source

no macos testing

Rodja Trappe 2 years ago
parent
commit
a654264a06
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test_startup.sh

+ 0 - 1
test_startup.sh

@@ -37,6 +37,5 @@ do
     elif test -f $path/main.py; then
     elif test -f $path/main.py; then
         check $path/main.py || error=1
         check $path/main.py || error=1
     fi
     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
 done
 test $error -eq 0
 test $error -eq 0