Skip to content

Commit

Permalink
fix: set ignore-errors for NUT
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Nov 15, 2023
1 parent 99ed1d1 commit 5cc8ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/seeds/deploy.metadata.test-level.seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ context('deploy metadata --test-level NUTs [name: %REPO_NAME%]', () => {
const packages = testkit.packageNames.map((p) => `--source-dir ${p}`).join(' ');
const tests = REPO.deploy.testLevel.specifiedTests.join(',');
await testkit.deploy({
args: `${packages} --tests ${tests}`,
args: `${packages} --tests ${tests} --ignore-errors`,
});
await testkit.expect.specificApexTestsToBeRun(REPO.deploy.testLevel.specifiedTests);
});
Expand Down

0 comments on commit 5cc8ffa

Please sign in to comment.