summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-11-15 10:27:37 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-11-15 13:55:16 -0800
commitd9862fa38c7555b7c2fb2801ff8a7bf287baf155 (patch)
treecfe0a1ef6e43a53d90ca2b6e6b9134ec9c21098a
parent9d2be044614c3719a88523e32f4d8155bd6debb8 (diff)
downloadqtlocation-mapboxgl-d9862fa38c7555b7c2fb2801ff8a7bf287baf155.tar.gz
[tests] Disable "ContinuousRendering" test; causing spurious CI failures
-rw-r--r--test/map/map.test.cpp2
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() };