Skip to content

Commit 0046eaa

Browse files
PeterSchaferdotkas
authored andcommitted
chore: skip sbom reachability user journey test
This reverts commit ca72c3e.
1 parent ce9a5fe commit 0046eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/acceptance/snyk-sbom-test/snyk-sbom-test-reachability-user-journey.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jest.setTimeout(1000 * 120);
99
const EXIT_CODE_ACTION_NEEDED = 1;
1010

1111
describe('snyk sbom test --reachability', () => {
12-
it('works on projects with no git context', async () => {
12+
it.skip('works on projects with no git context', async () => {
1313
// createProjectFromFixture creates a new project without gitcontext
1414
const { path: tmpPth } = await createProjectFromFixture(
1515
'sast/shallow_sast_webgoat',

0 commit comments

Comments
 (0)