Skip to content

Commit 7e6bcf7

Browse files
committed
Do not double run TestValidateLicenseBasic tests
These are already part of the "license_base" task Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f0fae7a commit 7e6bcf7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
bin/pytest -n 3 -vvs --test-suite=all \
6262
tests/licensedcode/test_detection_datadriven_external.py
6363
64-
license_validate_basic: |
65-
bin/pytest -n 3 -vvs --test-suite=validate \
66-
tests/licensedcode/test_detection_validate.py \
67-
-k TestValidateLicenseBasic
68-
6964
license_validate_ext_1: |
7065
bin/pytest -n 3 -vvs --test-suite=validate \
7166
tests/licensedcode/test_detection_validate.py \

0 commit comments

Comments
 (0)