We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5c4fa commit c88e3f2Copy full SHA for c88e3f2
1 file changed
java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/it/ITSystemTest.java
@@ -57,6 +57,7 @@
57
import java.util.UUID;
58
import org.junit.AfterClass;
59
import org.junit.BeforeClass;
60
+import org.junit.Ignore;
61
import org.junit.Test;
62
63
public class ITSystemTest {
@@ -258,6 +259,7 @@ public void getIntentTest() {
258
259
}
260
261
@Test
262
+ @Ignore("b/423958346")
263
public void detectIntentTest() {
264
QueryInput queryInput =
265
QueryInput.newBuilder()
@@ -286,6 +288,7 @@ public void detectIntentTest() {
286
288
287
289
290
291
292
public void listContextsTest() {
293
ListContextsRequest request =
294
ListContextsRequest.newBuilder().setParent(SESSION_NAME.toString()).build();
0 commit comments