From 6a6bddb4537004cc1bfc506e76772de74d33f3f7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 25 Jan 2017 15:16:54 -0800 Subject: [tests] Exclude test that causes valgrind assertion failure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.1