Skip to content

Commit c88e3f2

Browse files
test(dialogflow): disable flaky tests (#12997)
b/423958346
1 parent 9b5c4fa commit c88e3f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/it

java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/it/ITSystemTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
import java.util.UUID;
5858
import org.junit.AfterClass;
5959
import org.junit.BeforeClass;
60+
import org.junit.Ignore;
6061
import org.junit.Test;
6162

6263
public class ITSystemTest {
@@ -258,6 +259,7 @@ public void getIntentTest() {
258259
}
259260

260261
@Test
262+
@Ignore("b/423958346")
261263
public void detectIntentTest() {
262264
QueryInput queryInput =
263265
QueryInput.newBuilder()
@@ -286,6 +288,7 @@ public void detectIntentTest() {
286288
}
287289

288290
@Test
291+
@Ignore("b/423958346")
289292
public void listContextsTest() {
290293
ListContextsRequest request =
291294
ListContextsRequest.newBuilder().setParent(SESSION_NAME.toString()).build();

0 commit comments

Comments
 (0)