summaryrefslogtreecommitdiff
path: root/test/api/render_missing.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/render_missing.test.cpp')
-rw-r--r--test/api/render_missing.test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/api/render_missing.test.cpp b/test/api/render_missing.test.cpp
index 8637462cbe..6e99501708 100644
--- a/test/api/render_missing.test.cpp
+++ b/test/api/render_missing.test.cpp
@@ -29,13 +29,7 @@ TEST(API, TEST_REQUIRES_SERVER(RenderMissingTile)) {
HeadlessBackend backend { test::sharedDisplay() };
BackendScope scope { backend };
OffscreenView view { backend.getContext(), { 256, 512 } };
-#ifdef MBGL_ASSET_ZIP
- // Regenerate with `cd test/fixtures/api/ && zip -r assets.zip assets/`
- DefaultFileSource fileSource(":memory:", "test/fixtures/api/assets.zip");
-#else
DefaultFileSource fileSource(":memory:", "test/fixtures/api/assets");
-#endif
-
ThreadPool threadPool(4);
Log::setObserver(std::make_unique<FixtureLogObserver>());