Skip to content
代码片段 群组 项目
未验证 提交 9cff2c4d 编辑于 作者: Yi Hu's avatar Yi Hu 提交者: GitHub
浏览文件

Re-enable firestore integration tests (revert #27267) (#27743)

* Re-enable firestore integration tests (revert #27267)

* Also restore in direct runner test suite
上级 e59f001f
No related branches found
No related tags found
无相关合并请求
......@@ -566,8 +566,6 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type: Test, dependsOn: copyG
exclude '**/PubsubReadIT.class'
exclude '**/FhirIOReadIT.class'
exclude '**/gcp/spanner/changestreams/it/*.class'
// TODO(https://github.com/apache/beam/issues/25851) failing due to internal Firestore breaking change
exclude '**/FirestoreV1IT.class'
maxParallelForks 4
classpath = configurations.googleCloudPlatformIntegrationTest
testClassesDirs = files(project(":sdks:java:io:google-cloud-platform").sourceSets.test.output.classesDirs)
......@@ -616,8 +614,6 @@ task googleCloudPlatformRunnerV2IntegrationTest(type: Test) {
exclude '**/FhirIOLROIT.class'
exclude '**/FhirIOSearchIT.class'
exclude '**/FhirIOPatientEverythingIT.class'
// TODO(https://github.com/apache/beam/issues/25851) failing due to internal Firestore breaking change
exclude '**/FirestoreV1IT.class'
maxParallelForks 4
classpath = configurations.googleCloudPlatformIntegrationTest
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册