Skip to content

Commit 2ba7bbc

Browse files
authored
Merge pull request pytorch#186 from pjh5/disabling_all_tests
Disabling all testing
2 parents 4edb189 + 9163dd3 commit 2ba7bbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ if [[ ! -d 'test' || ! -f 'test/run_test.py' ]]; then
1515
exit 2
1616
fi
1717

18+
# TODO enable tests? maybe?
19+
exit 0
20+
1821
# TODO move all test-only needed packages here
1922
pip install hypothesis || true
2023

0 commit comments

Comments
 (0)