From c587eefbb1290cc01e3e14a0ae18a2d316a498fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 18 Feb 2016 13:26:44 +0100 Subject: [ios] make unit tests work on iOS and iOS Simulator --- test/storage/http_timeout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/storage/http_timeout.cpp') diff --git a/test/storage/http_timeout.cpp b/test/storage/http_timeout.cpp index ef0750010e..b1df8c2fbb 100644 --- a/test/storage/http_timeout.cpp +++ b/test/storage/http_timeout.cpp @@ -5,7 +5,7 @@ #include #include -TEST_F(Storage, HTTPTimeout) { +TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPTimeout)) { SCOPED_TEST(HTTPTimeout) using namespace mbgl; -- cgit v1.2.1