This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d74f110 [BEAM-10419] Skip FhirIORead integration test due to flakiness
new cdc44d9 Merge pull request #12191 from y1chi/BEAM-10419
d74f110 is described below
commit d74f1100243837b3ef59cb8a2ba6c64bcc30f9ff
Author: Yichi Zhang <[email protected]>
AuthorDate: Tue Jul 7 18:37:23 2020 -0700
[BEAM-10419] Skip FhirIORead integration test due to flakiness
---
.../test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOReadIT.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOReadIT.java
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOReadIT.java
index 71499bf..1e86e25 100644
---
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOReadIT.java
+++
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOReadIT.java
@@ -39,6 +39,7 @@ import
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Supplier;
import org.joda.time.Duration;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -118,6 +119,7 @@ public class FhirIOReadIT {
}
@Test
+ @Ignore("BEAM-10419 ignore due to flakiness.")
public void testFhirIORead() throws Exception {
pipeline.getOptions().as(DirectOptions.class).setBlockOnRun(false);