File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dialogflow/snippets/src/test/java/com/example/dialogflow Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2828import org .junit .After ;
2929import org .junit .Before ;
3030import org .junit .BeforeClass ;
31+ import org .junit .Ignore ;
3132import org .junit .Test ;
3233import org .junit .runner .RunWith ;
3334import 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
Original file line number Diff line number Diff line change 3636import org .junit .After ;
3737import org .junit .Before ;
3838import org .junit .BeforeClass ;
39+ import org .junit .Ignore ;
3940import org .junit .Test ;
4041import org .junit .runner .RunWith ;
4142import 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 (
You can’t perform that action at this time.
0 commit comments