diff --git a/tool/test_moor.sh b/tool/test_moor.sh index c819e23d..c269bfd9 100755 --- a/tool/test_moor.sh +++ b/tool/test_moor.sh @@ -7,8 +7,9 @@ pub run build_runner build --delete-conflicting-outputs pub run test --coverage=coverage || EXIT_CODE=$? -if [ $EXIT_CODE -eq 0 ] - then pub run test -P browsers || EXIT_CODE=$? -fi +# Testing on the web doesn't work on CI (we're running into out-of-memory issues even with 12G of RAM) +#if [ $EXIT_CODE -eq 0 ] +# then pub run test -P browsers || EXIT_CODE=$? +#fi exit $EXIT_CODE \ No newline at end of file