diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 10:27:37 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 13:55:16 -0800 |
commit | d9862fa38c7555b7c2fb2801ff8a7bf287baf155 (patch) | |
tree | cfe0a1ef6e43a53d90ca2b6e6b9134ec9c21098a | |
parent | 9d2be044614c3719a88523e32f4d8155bd6debb8 (diff) | |
download | qtlocation-mapboxgl-d9862fa38c7555b7c2fb2801ff8a7bf287baf155.tar.gz |
[tests] Disable "ContinuousRendering" test; causing spurious CI failures
-rw-r--r-- | test/map/map.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp index 71267e9a60..741aa869f3 100644 --- a/test/map/map.test.cpp +++ b/test/map/map.test.cpp @@ -455,7 +455,7 @@ public: } }; -TEST(Map, ContinuousRendering) { +TEST(Map, TEST_DISABLED_ON_CI(ContinuousRendering)) { util::RunLoop runLoop; MockBackend backend; OffscreenView view { backend.getContext() }; |