summaryrefslogtreecommitdiff
path: root/test/storage/http_expires.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/http_expires.cpp')
-rw-r--r--test/storage/http_expires.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/storage/http_expires.cpp b/test/storage/http_expires.cpp
index 0a2f610e46..0d64d31049 100644
--- a/test/storage/http_expires.cpp
+++ b/test/storage/http_expires.cpp
@@ -6,7 +6,7 @@
#include <mbgl/util/run_loop.hpp>
#include <mbgl/util/timer.hpp>
-TEST_F(Storage, HTTPRetryDelayOnExpiredTile) {
+TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPRetryDelayOnExpiredTile)) {
SCOPED_TEST(HTTPRetryDelayOnExpiredTile)
using namespace mbgl;
@@ -35,7 +35,7 @@ TEST_F(Storage, HTTPRetryDelayOnExpiredTile) {
HTTPRetryDelayOnExpiredTile.finish();
}
-TEST_F(Storage, HTTPRetryOnClockSkew) {
+TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPRetryOnClockSkew)) {
SCOPED_TEST(HTTPRetryOnClockSkew)
using namespace mbgl;
@@ -69,7 +69,7 @@ TEST_F(Storage, HTTPRetryOnClockSkew) {
HTTPRetryOnClockSkew.finish();
}
-TEST_F(Storage, HTTPRespectPriorExpires) {
+TEST_F(Storage, TEST_REQUIRES_SERVER(HTTPRespectPriorExpires)) {
SCOPED_TEST(HTTPRespectPriorExpires)
using namespace mbgl;