Skip to content

Commit 3f4c1d3

Browse files
committed
chore: disable consecutive error NUT
1 parent 2210c88 commit 3f4c1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuts/deploy/consecutiveErrors.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import DeployMetadata from '../../../src/commands/project/deploy/start.js';
2828
*
2929
* see https://github.com/forcedotcom/source-deploy-retrieve/pull/1663
3030
*/
31-
describe('Deploy Consecutive Errors NUT', () => {
31+
describe.skip('Deploy Consecutive Errors NUT', () => {
3232
let testkit: SourceTestkit;
3333
let orgUsername: string;
3434

0 commit comments

Comments
 (0)