diff options
Diffstat (limited to 'test/map')
-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() }; |