We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a11a6d commit 245a077Copy full SHA for 245a077
healthcare/v1beta1/src/test/java/snippets/healthcare/FhirResourceTests.java
@@ -33,6 +33,7 @@
33
import org.junit.AfterClass;
34
import org.junit.Before;
35
import org.junit.BeforeClass;
36
+import org.junit.Ignore;
37
import org.junit.Test;
38
import org.junit.runner.RunWith;
39
import org.junit.runners.JUnit4;
@@ -155,6 +156,7 @@ public void test_FhirResourceGet() throws Exception {
155
156
}
157
158
@Test
159
+ @Ignore("b/135536409")
160
public void test_FhirResourcePatch() throws Exception {
161
FhirResourcePatch.fhirResourcePatch(
162
fhirResourceName,
0 commit comments