Skip to content

Commit

Permalink
[ROCKETMQ-77] Skip unaccomplished unit tests in tools module, which w…
Browse files Browse the repository at this point in the history
…ill be fixed in 4.1.0
  • Loading branch information
zhouxinyu committed Feb 6, 2017
1 parent 3d95be9 commit 9a2de7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<artifactId>rocketmq-tools</artifactId>
<name>rocketmq-tools ${project.version}</name>

<properties>
<maven.test.skip>true</maven.test.skip>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 9a2de7b

Please sign in to comment.