diff --git a/test/nuts/seeds/deploy.async.seed.ts b/test/nuts/seeds/deploy.async.seed.ts index 5201f8ce5..39e013a1d 100644 --- a/test/nuts/seeds/deploy.async.seed.ts +++ b/test/nuts/seeds/deploy.async.seed.ts @@ -40,7 +40,7 @@ context('Async Deploy NUTs [name: %REPO_NAME%] [exec: %EXECUTABLE%]', () => { } }); - describe('async deploy', () => { + describe.skip('async deploy', () => { it('should return an id immediately when --wait is set to 0 and deploy:report should report results', async () => { // delete the lwc test stubs which will cause errors with the source tracking/globbing await testkit.deleteGlobs(['force-app/test/**/*']);