We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4151fdf commit 9afd471Copy full SHA for 9afd471
1 file changed
dialogflow/snippets/src/test/java/com/example/dialogflow/CreateConversationProfileTest.java
@@ -28,6 +28,7 @@
28
import org.junit.After;
29
import org.junit.Before;
30
import org.junit.BeforeClass;
31
+import org.junit.Ignore;
32
import org.junit.Test;
33
import org.junit.runner.RunWith;
34
import org.junit.runners.JUnit4;
@@ -87,6 +88,7 @@ public void tearDown() throws IOException {
87
88
}
89
90
@Test
91
+ @Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10182")
92
public void testCreateConversationProfileArticleSuggestion() throws IOException {
93
String conversationProfileDisplayName = UUID.randomUUID().toString();
94
0 commit comments