Travis: Remove TestExprEngine for now, that does not work well

This commit is contained in:
Daniel Marjamäki 2020-05-01 15:22:04 +02:00
parent 34572a40ab
commit c8bda0fbff
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ matrix:
- make -j2 CXXFLAGS="-fsanitize=address" -C oss-fuzz fuzz-client
# bug hunting
- make clean
- make -s USE_Z3=yes all -j2 && ./testrunner TestExprEngine
- make -s USE_Z3=yes all -j2
- python3 test/bug-hunting/cve.py
# check if dmake needs to be rerun (this job may fail)