Skip to content

Commit

Permalink
DO NOT MERGE. Reducing test count
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloem committed Aug 30, 2018
1 parent 092b629 commit 8cf9bcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 8cf9bcc

Please sign in to comment.