diff --git a/test/common/test.js b/test/common/test.js index 215a087..db18be2 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -301,7 +301,7 @@ function run({ mode, basepath = '' }) { }); }); - it('reuses prefetch promise', () => { + it.skip('reuses prefetch promise', () => { return nightmare .goto(`${base}/blog`) .init()