Skip to content

Commit

Permalink
Temporarily Ignore 2 FhirIO Integration Tests (#28717)
Browse files Browse the repository at this point in the history
  • Loading branch information
svetakvsundhar authored Oct 2, 2023
1 parent 2b20e26 commit f2194f6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap;
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;
Expand Down Expand Up @@ -126,6 +127,7 @@ public void teardown() throws IOException {
}
}

@Ignore("https://github.com/apache/beam/issues/28505")
@Test
public void testFhirIOSearch() {
pipeline.getOptions().as(DirectOptions.class).setBlockOnRun(false);
Expand Down Expand Up @@ -155,6 +157,7 @@ public void testFhirIOSearch() {
pipeline.run().waitUntilFinish();
}

@Ignore("https://github.com/apache/beam/issues/28505")
@Test
public void testFhirIOSearchWithGenericParameters() {
pipeline.getOptions().as(DirectOptions.class).setBlockOnRun(false);
Expand Down

0 comments on commit f2194f6

Please sign in to comment.