mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
test: skip useAsyncData for windows due to ci unstability
This commit is contained in:
parent
efc6c83cc0
commit
fd982185ee
@ -639,7 +639,7 @@ describe.skipIf(process.env.NUXT_TEST_DEV || isWindows)('payload rendering', ()
|
||||
})
|
||||
})
|
||||
|
||||
describe('useAsyncData', () => {
|
||||
describe.skipIf(isWindows)('useAsyncData', () => {
|
||||
it('single request resolves', async () => {
|
||||
await expectNoClientErrors('/useAsyncData/single')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user