summaryrefslogtreecommitdiff
path: root/test/storage/http_header_parsing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/http_header_parsing.cpp')
-rw-r--r--test/storage/http_header_parsing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/storage/http_header_parsing.cpp b/test/storage/http_header_parsing.cpp
index d98b09924f..163ef71899 100644
--- a/test/storage/http_header_parsing.cpp
+++ b/test/storage/http_header_parsing.cpp
@@ -6,7 +6,7 @@
#include <cmath>
-TEST_F(Storage, HTTPExpiresParsing) {
+TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPExpiresParsing)) {
SCOPED_TEST(HTTPExpiresTest)
using namespace mbgl;
@@ -31,7 +31,7 @@ TEST_F(Storage, HTTPExpiresParsing) {
loop.run();
}
-TEST_F(Storage, HTTPCacheControlParsing) {
+TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPCacheControlParsing)) {
SCOPED_TEST(HTTPCacheControlTest)
using namespace mbgl;