diff --git a/playground/multiple-entrypoints/__tests__/multiple-entrypoints.spec.ts b/playground/multiple-entrypoints/__tests__/multiple-entrypoints.spec.ts index 8215fb8f301fab..71b93a4fa97281 100644 --- a/playground/multiple-entrypoints/__tests__/multiple-entrypoints.spec.ts +++ b/playground/multiple-entrypoints/__tests__/multiple-entrypoints.spec.ts @@ -1,7 +1,7 @@ import { expect, test } from 'vitest' import { getColor, page, untilUpdated } from '~utils' -test('should have css applied on second dynamic import', async () => { +test.skip('should have css applied on second dynamic import', async () => { await untilUpdated(() => page.textContent('.content'), 'Initial', true) await page.click('.b')