From 8cf9bcca68f38299cc7865ab3a300c0e44eec105 Mon Sep 17 00:00:00 2001 From: Pablo Date: Thu, 30 Aug 2018 16:24:34 -0700 Subject: [PATCH] DO NOT MERGE. Reducing test count --- .../main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index bbfbfb9f4d1ab..e495fd94d5ba1 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -1062,7 +1062,7 @@ artifactId=${project.name} // Disable Gradle cache (it should not be used because the IT's won't run). outputs.upToDateWhen { false } - include "**/*IT.class" + include "**/*SessionsIT.class" systemProperties.beamTestPipelineOptions = configuration.integrationTestPipelineOptions } }