From c07b95bdfcd410aa82acdb1fed28e84981ff06f9 Mon Sep 17 00:00:00 2001 From: Anu Engineer Date: Fri, 12 Oct 2018 14:45:01 -0700 Subject: [PATCH] HDDS-645. Enable OzoneFS contract tests by default. Contributed by Arpit Agarwal. --- hadoop-ozone/ozonefs/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index 8f7a0a6837..0bf1c3a15c 100644 --- a/hadoop-ozone/ozonefs/pom.xml +++ b/hadoop-ozone/ozonefs/pom.xml @@ -102,6 +102,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + ITestOzoneContract*.java + + +