diff --git a/dialogflow/snippets/src/test/java/com/example/dialogflow/CreateConversationProfileTest.java b/dialogflow/snippets/src/test/java/com/example/dialogflow/CreateConversationProfileTest.java index 8c4a2e734a7..3e2dcca38b3 100644 --- a/dialogflow/snippets/src/test/java/com/example/dialogflow/CreateConversationProfileTest.java +++ b/dialogflow/snippets/src/test/java/com/example/dialogflow/CreateConversationProfileTest.java @@ -28,6 +28,7 @@ import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; @@ -87,6 +88,7 @@ public void tearDown() throws IOException { } @Test + @Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10182") public void testCreateConversationProfileArticleSuggestion() throws IOException { String conversationProfileDisplayName = UUID.randomUUID().toString(); diff --git a/dialogflow/snippets/src/test/java/com/example/dialogflow/UpdateAnswerRecordTest.java b/dialogflow/snippets/src/test/java/com/example/dialogflow/UpdateAnswerRecordTest.java index fcf8776cec7..3f272f12e86 100644 --- a/dialogflow/snippets/src/test/java/com/example/dialogflow/UpdateAnswerRecordTest.java +++ b/dialogflow/snippets/src/test/java/com/example/dialogflow/UpdateAnswerRecordTest.java @@ -36,6 +36,7 @@ import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; @@ -127,6 +128,7 @@ public void tearDown() throws IOException { } @Test + @Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10182") public void testUpdateAnswerRecord() throws IOException { // Send AnalyzeContent Requests ParticipantManagement.analyzeContent(