Skip to content

Commit b3fcc9e

Browse files
committed
[KYUUBI #2858] Support skipTests for kyuubi rest client module
### _Why are the changes needed?_ Support skipTests for kyuubi rest client module, otherwise it always run the java tests. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2858 from turboFei/skip_tests. Closes #2858 32c8f6c [Fei Wang] Support skipTests for kyuubi-rest-client Authored-by: Fei Wang <fwang12@ebay.com> Signed-off-by: Fei Wang <fwang12@ebay.com>
1 parent 60b0cd1 commit b3fcc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-surefire-plugin</artifactId>
128128
<configuration>
129-
<skipTests>false</skipTests>
129+
<skipTests>${skipTests}</skipTests>
130130
</configuration>
131131
</plugin>
132132

0 commit comments

Comments
 (0)