From 6cfb3ebd40e1f57ca508c30efadb5121fdb2ffec Mon Sep 17 00:00:00 2001 From: mshanemc Date: Mon, 3 Jun 2024 15:28:54 -0500 Subject: [PATCH] test: skip most source-behavior nuts --- test/nuts/convert/decompose.nut.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/nuts/convert/decompose.nut.ts b/test/nuts/convert/decompose.nut.ts index d17e8d6c..ff1de9e6 100644 --- a/test/nuts/convert/decompose.nut.ts +++ b/test/nuts/convert/decompose.nut.ts @@ -24,7 +24,7 @@ describe('source behavior changes', () => { }); }); - it('produces dry run output and makes no changes', async () => { + it.skip('produces dry run output and makes no changes', async () => { const originalProject = await getProject(session); const originalFileList = await fs.promises.readdir(path.join(session.project.dir, 'force-app'), { recursive: true, @@ -86,7 +86,7 @@ describe('source behavior changes', () => { ); }); - it('produces actual output and makes expected changes', async () => { + it.skip('produces actual output and makes expected changes', async () => { const result = execCmd( 'project convert source-behavior --behavior decomposeCustomLabelsBeta --json', { @@ -104,7 +104,7 @@ describe('source behavior changes', () => { expect(fs.existsSync(path.join(session.project.dir, DRY_RUN_DIR))).to.be.false; }); - it("throws on repeated preset that's already done", () => { + it.skip("throws on repeated preset that's already done", () => { const err = execCmd( 'project convert source-behavior --behavior decomposeCustomLabelsBeta --json', {