Skip to content

Commit 929aecb

Browse files
chore: enable tests for new snyk test workflow
1 parent 05fed55 commit 929aecb

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

test/acceptance/fake-server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const featureFlagDefaults = (): Map<string, boolean> => {
2323
// TODO: Future acceptance tests targeting these features and their
2424
// associated extension (cli-extension-os-flows) specifically may enable
2525
// them at a later time.
26-
['useExperimentalRiskScore', false],
27-
['useExperimentalRiskScoreInCLI', false],
2826
['sbomTestReachability', false],
2927
]);
3028
};

test/jest/acceptance/cli-args.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ const userJourneyWorkflows: Workflow[] = [
2424
SNYK_FORCE_LEGACY_CLI: 'true',
2525
},
2626
},
27-
// {
28-
// type: 'golang/native',
29-
// env: {},
30-
// },
27+
{
28+
type: 'golang/native',
29+
env: {},
30+
},
3131
];
3232

3333
describe.each(userJourneyWorkflows)(

test/jest/acceptance/snyk-test/basic-test-all-languages.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const userJourneyWorkflows: Workflow[] = [
3434
SNYK_FORCE_LEGACY_CLI: 'true',
3535
},
3636
},
37-
// {
38-
// type: 'golang/native',
39-
// env: {},
40-
// },
37+
{
38+
type: 'golang/native',
39+
env: {},
40+
},
4141
];
4242

4343
describe.each(userJourneyWorkflows)(

0 commit comments

Comments
 (0)