From 45af291e6a0674f9a3d4eab8b6fbd7ac0995c0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 8 Jul 2019 18:08:08 +0200 Subject: [PATCH] Remove test filter --- test/acceptance/cache/cache-control-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/cache/cache-control-header.js b/test/acceptance/cache/cache-control-header.js index 102741b9..0d6427b2 100644 --- a/test/acceptance/cache/cache-control-header.js +++ b/test/acceptance/cache/cache-control-header.js @@ -32,7 +32,7 @@ function createMapConfig ({ }; } -describe.only('cache-control header', function () { +describe('cache-control header', function () { describe('max-age directive', function () { it('tile from a table which is included in cdb_tablemetada', function (done) { const ttl = ONE_YEAR_IN_SECONDS;