From 4151fdf0d92b5b8d37c31474af07547c8ff663bf Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 10 Oct 2025 15:22:03 +1100 Subject: [PATCH 1/2] ci(dialogflow): disable test for article feature --- .../java/com/example/dialogflow/UpdateAnswerRecordTest.java | 2 ++ 1 file changed, 2 insertions(+) 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( From 9afd4717ece2355b95981d63df0f5ff663ebd2a7 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 10 Oct 2025 15:54:38 +1100 Subject: [PATCH 2/2] skip another identified test from the same feature --- .../com/example/dialogflow/CreateConversationProfileTest.java | 2 ++ 1 file changed, 2 insertions(+) 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();