We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9862b37 commit 4151fdfCopy full SHA for 4151fdf
1 file changed
dialogflow/snippets/src/test/java/com/example/dialogflow/UpdateAnswerRecordTest.java
@@ -36,6 +36,7 @@
36
import org.junit.After;
37
import org.junit.Before;
38
import org.junit.BeforeClass;
39
+import org.junit.Ignore;
40
import org.junit.Test;
41
import org.junit.runner.RunWith;
42
import org.junit.runners.JUnit4;
@@ -127,6 +128,7 @@ public void tearDown() throws IOException {
127
128
}
129
130
@Test
131
+ @Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10182")
132
public void testUpdateAnswerRecord() throws IOException {
133
// Send AnalyzeContent Requests
134
ParticipantManagement.analyzeContent(
0 commit comments