Skip to content

Commit

Permalink
Also restore in direct runner test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Aug 4, 2023
1 parent 955a31f commit 238ebf8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdks/java/io/google-cloud-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ task integrationTest(type: Test, dependsOn: processTestResources) {
exclude '**/BigQueryToTableIT.class'
exclude '**/BigQueryIOJsonTest.class'

// Failing due to Firestore service-side changes
// https://github.com/apache/beam/issues/25851
exclude '**/firestore/it/**/*.class'

maxParallelForks 4
classpath = sourceSets.test.runtimeClasspath
testClassesDirs = sourceSets.test.output.classesDirs
Expand Down

0 comments on commit 238ebf8

Please sign in to comment.