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 4305e67  [BEAM-10419] Ignore FhirIOWriteIT testFhirIO_Import instead 
of FhirIOReadIT
     new fda1216  Merge pull request #12210 from y1chi/BEAM-10419
4305e67 is described below

commit 4305e67fd25478ae502735ff496cda633d518437
Author: Yichi Zhang <zyi...@google.com>
AuthorDate: Thu Jul 9 12:44:28 2020 -0700

    [BEAM-10419] Ignore FhirIOWriteIT testFhirIO_Import instead of FhirIOReadIT
---
 .../test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOReadIT.java   | 2 --
 .../test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOWriteIT.java  | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

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 1e86e25..71499bf 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,7 +39,6 @@ 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;
@@ -119,7 +118,6 @@ public class FhirIOReadIT {
   }
 
   @Test
-  @Ignore("BEAM-10419 ignore due to flakiness.")
   public void testFhirIORead() throws Exception {
     pipeline.getOptions().as(DirectOptions.class).setBlockOnRun(false);
 
diff --git 
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOWriteIT.java
 
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOWriteIT.java
index 24677ca..125e4aa 100644
--- 
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOWriteIT.java
+++ 
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOWriteIT.java
@@ -35,6 +35,7 @@ import org.apache.beam.sdk.transforms.Create;
 import org.junit.After;
 import org.junit.AfterClass;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -109,6 +110,7 @@ public class FhirIOWriteIT {
   }
 
   @Test
+  @Ignore("BEAM-10419 ignore due to flakiness.")
   public void testFhirIO_Import() {
     Pipeline pipeline = Pipeline.create(options);
     options.setTempLocation("gs://temp-storage-for-healthcare-io-tests");

Reply via email to