summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-07-15 12:02:58 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-07-16 19:38:39 +0300
commitdd818874cc1d959960e428dfcf93c7ed4bf78160 (patch)
treec48259b6e78f1c5f862b7c699c62dc7926703f5c /test
parentcd2c1200c87afbe05bd2d63caa0959a0fff32d94 (diff)
downloadqtlocation-mapboxgl-dd818874cc1d959960e428dfcf93c7ed4bf78160.tar.gz
Remove hacks because of Glyph requests could not be canceled
Diffstat (limited to 'test')
-rw-r--r--test/style/pending_resources.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/style/pending_resources.cpp b/test/style/pending_resources.cpp
index 4513d18645..3ba59657de 100644
--- a/test/style/pending_resources.cpp
+++ b/test/style/pending_resources.cpp
@@ -21,11 +21,6 @@ class PendingResources : public ::testing::TestWithParam<std::string> {
// the Map object after that. The idea here is to test if these pending requests
// are getting canceled correctly if on shutdown.
TEST_P(PendingResources, DeleteMapObjectWithPendingRequest) {
- // TODO: The glyphs test is blocked by the issue #1664.
- if (GetParam() == "glyphs.pbf") {
- return;
- }
-
util::RunLoop loop(uv_default_loop());
auto display = std::make_shared<mbgl::HeadlessDisplay>();