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 } }