Skip to content

Commit c4f145a

Browse files
committed
Revert "Use additional surefire execution for OpenAPI tests"
This reverts commit bff96e1.
1 parent d405a30 commit c4f145a

File tree

1 file changed

+0
-21
lines changed
  • extensions/smallrye-openapi/deployment

1 file changed

+0
-21
lines changed

extensions/smallrye-openapi/deployment/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@
143143
By adding this configuration we ensure that the maven surefire plugin will execute twice, one for the regular **/*Test.java
144144
tests (using the 'default-test' execution), and one for the prod mode tests (this 'dev-mode' execution)
145145
-->
146-
<execution>
147-
<id>default-test</id>
148-
<configuration>
149-
<includes>
150-
<include>**/Test*.java</include>
151-
<include>**/*Test.java</include>
152-
<include>**/*Tests.java</include>
153-
</includes>
154-
</configuration>
155-
</execution>
156146
<execution>
157147
<id>dev-mode</id>
158148
<phase>test</phase>
@@ -163,17 +153,6 @@
163153
<includes>**/*DMT.java</includes>
164154
</configuration>
165155
</execution>
166-
<!-- for now, run the TestCase in a separate surefire execution to try and minimize OOME issues -->
167-
<execution>
168-
<id>test-case</id>
169-
<phase>test</phase>
170-
<goals>
171-
<goal>test</goal>
172-
</goals>
173-
<configuration>
174-
<includes>**/*TestCase.java</includes>
175-
</configuration>
176-
</execution>
177156
</executions>
178157
</plugin>
179158
<plugin>

0 commit comments

Comments
 (0)