Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: skip TrainFlow IT for now (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored Jun 10, 2021
1 parent e6dc52e commit e52f20e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
import java.util.concurrent.ExecutionException;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class ITSystemTest {
Expand Down Expand Up @@ -395,6 +396,7 @@ public void listFlowsTest() {
}

@Test
@Ignore("https://github.com/googleapis/java-dialogflow-cx/issues/230")
public void trainFlowTest() throws ExecutionException, InterruptedException {
Empty expectedResponse = Empty.newBuilder().build();
Empty response = flowsClient.trainFlowAsync(trainFlowName).get();
Expand Down

0 comments on commit e52f20e

Please sign in to comment.