This is an automated email from the ASF dual-hosted git repository. pabloem 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 636ac14 [BEAM-11733] Skip flaky healthcare IO integration tests. new fb8fcd5 Merge pull request #13869 from [BEAM-11733] Skip flaky healthcare IO integration tests. 636ac14 is described below commit 636ac14c801be1f84fe5943aa4eac3eade4b109e Author: Yichi Zhang <zyi...@google.com> AuthorDate: Mon Feb 1 12:15:40 2021 -0800 [BEAM-11733] Skip flaky healthcare IO integration tests. --- .../test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java | 2 ++ .../test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOWriteIT.java | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java index 49c2c06..466d1ef 100644 --- a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java +++ b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java @@ -28,6 +28,7 @@ import org.apache.beam.sdk.values.PCollection; 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; @@ -91,6 +92,7 @@ public class FhirIOLROIT { } @Test + @Ignore("https://issues.apache.org/jira/browse/BEAM-11733") public void test_FhirIO_exportFhirResourcesGcs() { String fhirStoreName = healthcareDataset + "/fhirStores/" + fhirStoreId; String exportGcsUriPrefix = 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 e25696f..710843a 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 @@ -34,6 +34,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; @@ -119,6 +120,7 @@ public class FhirIOWriteIT { } @Test + @Ignore("https://issues.apache.org/jira/browse/BEAM-11733") public void testFhirIO_Import() { Pipeline pipeline = Pipeline.create(options); if (options.getTempLocation() == null) {