Skip to content

Commit

Permalink
test: skip multiple-entrypoint playground for now (vitejs#11239)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored and futurGH committed Feb 26, 2023
1 parent bf329be commit 733d369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit 733d369

Please sign in to comment.