We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf61b33 commit 901c55fCopy full SHA for 901c55f
1 file changed
core-tests/integration-tests/core-driver-it/pom.xml
@@ -103,6 +103,14 @@
103
<finalName>base</finalName>
104
</configuration>
105
</plugin>
106
+ <plugin>
107
+ <groupId>org.apache.maven.plugins</groupId>
108
+ <artifactId>maven-surefire-plugin</artifactId>
109
+ <configuration>
110
+ <!-- Fucking surefire is running the IT tests for some fucking reasons... -->
111
+ <skip>true</skip>
112
+ </configuration>
113
+ </plugin>
114
<plugin>
115
<groupId>org.apache.maven.plugins</groupId>
116
<artifactId>maven-failsafe-plugin</artifactId>
0 commit comments