We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48096bd commit dff5133Copy full SHA for dff5133
junit-vintage-engine/src/test/java/org/junit/vintage/engine/VintageTestEngineTestSuite.java
@@ -10,6 +10,7 @@
10
11
package org.junit.vintage.engine;
12
13
+import org.junit.platform.suite.api.ExcludeTags;
14
import org.junit.platform.suite.api.IncludeClassNamePatterns;
15
import org.junit.platform.suite.api.IncludeEngines;
16
import org.junit.platform.suite.api.SelectPackages;
@@ -34,5 +35,6 @@
34
35
@SelectPackages("org.junit.vintage.engine")
36
@IncludeClassNamePatterns(".*Tests?")
37
@IncludeEngines("junit-jupiter")
38
+@ExcludeTags("missing-junit4")
39
class VintageTestEngineTestSuite {
40
}
0 commit comments