diff --git a/test/interceptors/cache.js b/test/interceptors/cache.js index e21634a5754..93af99ccb73 100644 --- a/test/interceptors/cache.js +++ b/test/interceptors/cache.js @@ -322,7 +322,7 @@ describe('Cache Interceptor', () => { } }) - test.only('max-age caching', async () => { + test('max-age caching', async () => { const clock = FakeTimers.install({ shouldClearNativeTimers: true })