Skip to content

Commit

Permalink
fix: temporarily disable async deploy NUTs (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Feb 3, 2022
1 parent f2c6fd2 commit e4e2d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/seeds/deploy.async.seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*']);
Expand Down

0 comments on commit e4e2d76

Please sign in to comment.