diff options
-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(); |