summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-15 11:25:47 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-15 15:09:30 -0600
commiteb8a1ef7aa43582202c8b385b9ee0665cc6c838c (patch)
treec9c9bc6acb8db5b9e9b9d4146b74ebe4f6e3827d /test/src
parent0c0d7ceaebf822ababc7147c494e88f4c16e18e3 (diff)
downloadqtlocation-mapboxgl-eb8a1ef7aa43582202c8b385b9ee0665cc6c838c.tar.gz
[tests] Disable timing-based Timer tests in CI
Diffstat (limited to 'test/src')
-rw-r--r--test/src/mbgl/test/util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp
index 34d8969d3c..82d5c520f8 100644
--- a/test/src/mbgl/test/util.hpp
+++ b/test/src/mbgl/test/util.hpp
@@ -21,7 +21,7 @@
#define TEST_IS_SIMULATOR 0
#endif
-#if !TEST_IS_SIMULATOR
+#if !TEST_IS_SIMULATOR && !CI_BUILD
#define TEST_REQUIRES_ACCURATE_TIMING(name) name
#else
#define TEST_REQUIRES_ACCURATE_TIMING(name) DISABLED_ ## name