Skip to content

Commit e406949

Browse files
committed
Stop running RunnableOnService tests in the Core SDK
With the direct runner executing all of this category (in runners/direct-java), we maintain this test coverage without running these tests while building the Core SDK. Required to remove the legacy direct runner.
1 parent 113e257 commit e406949

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sdks/java/core/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@
124124
<artifactId>maven-compiler-plugin</artifactId>
125125
</plugin>
126126

127+
<plugin>
128+
<groupId>org.apache.maven.plugins</groupId>
129+
<artifactId>maven-surefire-plugin</artifactId>
130+
<configuration>
131+
<excludedGroups>
132+
org.apache.beam.sdk.testing.RunnableOnService
133+
</excludedGroups>
134+
</configuration>
135+
</plugin>
136+
127137
<plugin>
128138
<groupId>org.apache.maven.plugins</groupId>
129139
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)