Skip to content

Commit 9afd471

Browse files
committed
skip another identified test from the same feature
1 parent 4151fdf commit 9afd471

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dialogflow/snippets/src/test/java/com/example/dialogflow/CreateConversationProfileTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.junit.After;
2929
import org.junit.Before;
3030
import org.junit.BeforeClass;
31+
import org.junit.Ignore;
3132
import org.junit.Test;
3233
import org.junit.runner.RunWith;
3334
import org.junit.runners.JUnit4;
@@ -87,6 +88,7 @@ public void tearDown() throws IOException {
8788
}
8889

8990
@Test
91+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10182")
9092
public void testCreateConversationProfileArticleSuggestion() throws IOException {
9193
String conversationProfileDisplayName = UUID.randomUUID().toString();
9294

0 commit comments

Comments
 (0)