Skip to content

Commit c02e993

Browse files
author
Trong Nhan Mai
committed
chore: remove --skip-deps flags from existing test cases
1 parent 3d1c971 commit c02e993

File tree

42 files changed

+1
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1
-50
lines changed

tests/integration/cases/all_checks_excluded/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ steps:
1515
command_args:
1616
- -rp
1717
- https://github.com/apache/maven
18-
- --skip-deps
1918
expect_fail: true

tests/integration/cases/apache_maven_analyzing_a_clone_from_another_local_repo/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ steps:
3434
- master
3535
- -d
3636
- 3fc399318edef0d5ba593723a24fff64291d6f9b
37-
- --skip-deps
3837
# We don't compare the report content because the remote_path fields in the reports are nondeterministic when running
3938
# this test locally and running it in the GitHub Actions runner. We only check if the reports are generated as
4039
# expected without the issue described in https://github.com/oracle/macaron/issues/116.

tests/integration/cases/apache_maven_local_paths_in_configuration_without_dep_resolution/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ steps:
2929
command_args:
3030
- -c
3131
- config.yaml
32-
- --skip-deps
3332
- name: Run verify-policy for apache/maven
3433
kind: verify
3534
options:

tests/integration/cases/apache_maven_local_repo/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ steps:
3030
- master
3131
- -d
3232
- 3fc399318edef0d5ba593723a24fff64291d6f9b
33-
- --skip-deps
3433
- name: Run macaron verify-policy to verify passed/failed checks
3534
kind: verify
3635
options:

tests/integration/cases/apache_maven_purl_repo_path/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ steps:
2020
- master
2121
- -d
2222
- 3fc399318edef0d5ba593723a24fff64291d6f9b
23-
- --skip-deps
2423
# This to check if run_macaron.sh cleans up the token file after the test case runs for the docker image.
2524
- name: Check the token file doesn't exist.
2625
kind: shell

tests/integration/cases/apache_maven_using_default_template_file_as_input_template/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ steps:
2020
- 3fc399318edef0d5ba593723a24fff64291d6f9b
2121
- -g
2222
- macaron.html
23-
- --skip-deps
2423
- name: Run verify-policy
2524
kind: verify
2625
options:

tests/integration/cases/apache_maven_yaml_input_no_deps_and_skip_deps/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ steps:
1414
command_args:
1515
- -c
1616
- maven_config.yaml
17-
- --skip-deps
1817
- name: Compare dependency report
1918
kind: compare
2019
options:

tests/integration/cases/apache_maven_yaml_input_skip_deps/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ steps:
1515
command_args:
1616
- -c
1717
- maven_config.yaml
18-
- --skip-deps
1918
- name: Run macaron verify-policy for maven
2019
kind: verify
2120
options:

tests/integration/cases/behnazh-w_example-maven-app/test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ steps:
2424
- pkg:maven/io.github.behnazh-w.demo/[email protected]?type=jar
2525
- --repo-path
2626
- example-maven-app
27-
- --skip-deps
2827
expectation: witness_provenance_expectation.cue
2928
provenance: witness_provenance.jsonl
3029
- name: Run macaron analyze on the remote repository with GitHub provenance.
@@ -33,7 +32,6 @@ steps:
3332
command_args:
3433
- --package-url
3534
- pkg:maven/io.github.behnazh-w.demo/[email protected]?type=jar
36-
- --skip-deps
3735
expectation: github_provenance_expectation.cue
3836
provenance: github_provenance.jsonl
3937
- name: Run macaron verify-policy
@@ -60,21 +58,18 @@ steps:
6058
- https://github.com/behnazh-w/example-maven-app
6159
- -d
6260
- 2deca75ed5dd365eaf1558a82347b1f11306135f
63-
- --skip-deps
6461
provenance: github_provenance.jsonl
6562
- name: Run macaron analyze, validate user input of repo and commit (via purl) vs provenance
6663
kind: analyze
6764
options:
6865
command_args:
6966
- -purl
7067
- pkg:github/behnazh-w/example-maven-app@2deca75
71-
- --skip-deps
7268
provenance: github_provenance.jsonl
7369
- name: Run macaron analyze, validate user input of repo and commit (via purl with tag) vs provenance
7470
kind: analyze
7571
options:
7672
command_args:
7773
- -purl
7874
- pkg:github/behnazh-w/[email protected]
79-
- --skip-deps
8075
provenance: github_provenance.jsonl

tests/integration/cases/facebook_yoga_yarn_classic/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
- main
2020
- -d
2121
- f8e2bc0875c145c429d0e865c9b83a40f65b3070
22-
- --skip-deps
2322
- name: Run macaron verify-policy to verify passed/failed checks
2423
kind: verify
2524
options:

0 commit comments

Comments
 (0)