diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-25 15:16:54 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-02 09:44:06 -0800 |
commit | 6a6bddb4537004cc1bfc506e76772de74d33f3f7 (patch) | |
tree | f2b2ee99e78f11d34a7f08f8f616ca3bddcae0ff | |
parent | 67e157e8b4add5b2b5838bc021ba8ad3f030ab9f (diff) | |
download | qtlocation-mapboxgl-6a6bddb4537004cc1bfc506e76772de74d33f3f7.tar.gz |
[tests] Exclude test that causes valgrind assertion failure
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5aff3b1ccc..a328c7d43c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,7 +190,7 @@ matrix: - make qt-app - make qt-qml-app - make qt-test - - scripts/valgrind.sh build/qt-linux-x86_64/Release/mbgl-test --gtest_filter=-*.Load + - scripts/valgrind.sh build/qt-linux-x86_64/Release/mbgl-test --gtest_filter=-*.Load --gtest_filter=-Memory.Vector cache: directories: |