Skip to content

Commit

Permalink
samples: enabled test and fixed flaky tests (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and Shabirmean committed Nov 18, 2022
1 parent 283b782 commit 98d2f0e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ public void tearDown() {
System.setOut(originalPrintStream);
}

// Skipping this test until backend is cleaned up.
// https://github.com/googleapis/java-automl/issues/291
@Test
@Ignore
public void testListModels() throws IOException {
ListModels.listModels(PROJECT_ID);
String got = bout.toString();
Expand Down

0 comments on commit 98d2f0e

Please sign in to comment.