Skip to content

Commit 409be1a

Browse files
authored
ci(dialogflow): disable test for article feature (#10183)
* ci(dialogflow): disable test for article feature * skip another identified test from the same feature
1 parent 79906b0 commit 409be1a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.junit.After;
3737
import org.junit.Before;
3838
import org.junit.BeforeClass;
39+
import org.junit.Ignore;
3940
import org.junit.Test;
4041
import org.junit.runner.RunWith;
4142
import org.junit.runners.JUnit4;
@@ -127,6 +128,7 @@ public void tearDown() throws IOException {
127128
}
128129

129130
@Test
131+
@Ignore("https://github.com/GoogleCloudPlatform/java-docs-samples/issues/10182")
130132
public void testUpdateAnswerRecord() throws IOException {
131133
// Send AnalyzeContent Requests
132134
ParticipantManagement.analyzeContent(

0 commit comments

Comments
 (0)