Commit 76a9dac
Prevent Junit 4 tests from being skipped due to jupiter engine (jenkinsci#5713)
* Prevent Junit 4 tests from being skipped due to jupiter engine
@jglick suggested before when this happened we should have a check but I
never implemented it.
now it has happened again lets add the checj to make sure tests do not
get skipped withouth anyone realising because we accidently pull in
jupiter-engine.
* Update core/src/test/java/jenkins/Junit4TestsRanTest.java
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
* test case needs to be public!
* the missing tests where from the test package
The tests not being executied due to jenkinsci#5703 where in the test package, so
add a test and check there too.
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>1 parent 98acd19 commit 76a9dac
File tree
3 files changed
+32
-0
lines changed- core/src/test/java/jenkins
- test/src/test/java/jenkins
3 files changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments