Skip to content

Commit

Permalink
test: skip flaky dynamic import tests (#31221)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 9, 2021
1 parent 0985b0b commit 489ca73
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -162,7 +162,8 @@ describe('concurrentFeatures - dev', () => {
await killApp(context.server)
})

it('should support React.lazy and dynamic imports', async () => {
// TODO: re-enabled test when update webpack with chunkLoading support
it.skip('should support React.lazy and dynamic imports', async () => {
const html = await renderViaHTTP(context.appPort, '/dynamic-imports')
expect(html).toContain('loading...')

Expand Down

0 comments on commit 489ca73

Please sign in to comment.