diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2019-08-07 10:42:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 10:42:35 -0700 |
commit | 572213668070cadab81f27edd88d3d07dffc3eed (patch) | |
tree | 11e9b073bbd8960113fc6e40751aba45cddc5306 | |
parent | d1d5999354df52a461fca6e19e5655643a2cf3bc (diff) | |
download | qtlocation-mapboxgl-572213668070cadab81f27edd88d3d07dffc3eed.tar.gz |
[core] Disable flaky OfflineDatabase.MaximumAmbientCacheSize test
-rw-r--r-- | test/storage/offline_database.test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/storage/offline_database.test.cpp b/test/storage/offline_database.test.cpp index 58dd7e9e6a..3f6db527d4 100644 --- a/test/storage/offline_database.test.cpp +++ b/test/storage/offline_database.test.cpp @@ -515,7 +515,8 @@ TEST(OfflineDatabase, GetRegionDefinition) { ); } -TEST(OfflineDatabase, TEST_REQUIRES_WRITE(MaximumAmbientCacheSize)) { +// Disabled due to flakiness: https://github.com/mapbox/mapbox-gl-native/issues/14966 +TEST(OfflineDatabase, TEST_REQUIRES_WRITE(DISABLED_MaximumAmbientCacheSize)) { FixtureLog log; deleteDatabaseFiles(); |