Travis: Remove TestExprEngine for now, that does not work well
This commit is contained in:
parent
34572a40ab
commit
c8bda0fbff
|
@ -168,7 +168,7 @@ matrix:
|
||||||
- make -j2 CXXFLAGS="-fsanitize=address" -C oss-fuzz fuzz-client
|
- make -j2 CXXFLAGS="-fsanitize=address" -C oss-fuzz fuzz-client
|
||||||
# bug hunting
|
# bug hunting
|
||||||
- make clean
|
- make clean
|
||||||
- make -s USE_Z3=yes all -j2 && ./testrunner TestExprEngine
|
- make -s USE_Z3=yes all -j2
|
||||||
- python3 test/bug-hunting/cve.py
|
- python3 test/bug-hunting/cve.py
|
||||||
|
|
||||||
# check if dmake needs to be rerun (this job may fail)
|
# check if dmake needs to be rerun (this job may fail)
|
||||||
|
|
Loading…
Reference in New Issue