Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit bea0d17

Browse files
committed
Update .local.jenkins.lin.yml
1 parent 52440c9 commit bea0d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.local.jenkins.lin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ before_script:
3535
# This means the job will be stop if it produces no output for 20 minutes.
3636
script:
3737
- { CMD: "$PYINT -u setup.py unittests --covtoken=69193a28-dc79-4a24-98ed-aedf441a8249", NAME: "UT", TIMEOUT: 899 }
38-
- { CMD: "$PYINT -u setup.py unittests -e \".*SKIP.*\" -g \".*((api)|(pylint)|(gitjs)).*\"", NAME: "UT_SKIP", TIMEOUT: 900 }
3938
- { CMD: "$PYINT -u setup.py unittests -e \".*api.*\"", NAME: "UT_SKIP_API" }
4039
- { CMD: "$PYINT -u setup.py unittests -e \".*pylint.*\"", NAME: "UT_SKIP_PYLINT", TIMEOUT: 3000 }
4140
- { CMD: "$PYINT -u setup.py unittests -e \".*gitjs.*\"", NAME: "UT_SKIP_GITJS", TIMEOUT: 1500 }

0 commit comments

Comments
 (0)