Skip to content

Commit

Permalink
HDDS-1916. Only contract tests are run in ozonefs module
Browse files Browse the repository at this point in the history
Signed-off-by: Anu Engineer <aengineer@apache.org>
  • Loading branch information
adoroszlai authored and ahussein committed Oct 29, 2019
1 parent 7e47afd commit fbadf3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hadoop-ozone/ozonefs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
<configuration>
<includes>
<include>ITestOzoneContract*.java</include>
</includes>
<include>**/Test*.java</include>
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
<include>**/*TestCase.java</include>
</includes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit fbadf3f

Please sign in to comment.