diff --git a/run_tests.sh b/run_tests.sh index c6b7da64c0..a9a3d0bb48 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -17,8 +17,6 @@ PASSES="" FAILURES="" -# Test that no one is trying to land crazy refs as branches - for testfile in tests/test_*.sh; do $testfile if [[ $? -eq 0 ]]; then