Skip to content

Commit 245a077

Browse files
dzlier-gcpkurtisvg
authored andcommitted
Ignore FHIR resource conditional patch test while java 8 is broken. (#1472)
1 parent 6a11a6d commit 245a077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

healthcare/v1beta1/src/test/java/snippets/healthcare/FhirResourceTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.junit.AfterClass;
3434
import org.junit.Before;
3535
import org.junit.BeforeClass;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839
import org.junit.runners.JUnit4;
@@ -155,6 +156,7 @@ public void test_FhirResourceGet() throws Exception {
155156
}
156157

157158
@Test
159+
@Ignore("b/135536409")
158160
public void test_FhirResourcePatch() throws Exception {
159161
FhirResourcePatch.fhirResourcePatch(
160162
fhirResourceName,

0 commit comments

Comments
 (0)