Disable the essentially flaky arithmetic test
It frequently times out on Travis, and doesn't really add a lot to our testing
This commit is contained in:
@@ -19,7 +19,6 @@ install:
|
||||
- sudo make install
|
||||
- cd ..
|
||||
env:
|
||||
- TASK=ARITHMETIC
|
||||
- TASK=CRASH
|
||||
- TASK=FIXTURE
|
||||
- TASK=KLEE
|
||||
@@ -33,7 +32,6 @@ env:
|
||||
script:
|
||||
- pyflakes bin/deepstate/*.py
|
||||
- pyflakes tests/*.py
|
||||
- if [ $TASK = ARITHMETIC ]; then nosetests3 tests/test_arithmetic.py ; fi
|
||||
- if [ $TASK = CRASH ]; then nosetests3 tests/test_crash.py ; fi
|
||||
- if [ $TASK = FIXTURE ]; then nosetests3 tests/test_fixture.py ; fi
|
||||
- if [ $TASK = KLEE ]; then nosetests3 tests/test_klee.py ; fi
|
||||
|
||||
Reference in New Issue
Block a user