diff --git a/playground/client-reload/__tests__/client-reload.spec.ts b/playground/client-reload/__tests__/client-reload.spec.ts index 30b819595280df..611057a39d1523 100644 --- a/playground/client-reload/__tests__/client-reload.spec.ts +++ b/playground/client-reload/__tests__/client-reload.spec.ts @@ -48,13 +48,13 @@ async function testClientReload(serverOptions: ServerOptions) { // running all tests together is flaky. // for now, run only the last one with retry. describe.runIf(isServe)('client-reload', () => { - test('default', async () => { + test.skip('default', async () => { await testClientReload({ port: ports['client-reload'], }) }) - test('custom hmr port', async () => { + test.skip('custom hmr port', async () => { await testClientReload({ port: ports['client-reload/hmr-port'], hmr: { @@ -63,7 +63,7 @@ describe.runIf(isServe)('client-reload', () => { }) }) - test('custom hmr port and cross origin isolation', async () => { + test('custom hmr port and cross origin isolation', { retry: 2 }, async () => { await testClientReload({ port: ports['client-reload/cross-origin'], hmr: {