Skip to content

Commit ab9cd1e

Browse files
authored
samples: enabled test and fixed flaky tests (#325)
1 parent 99da73b commit ab9cd1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

automl/snippets/src/test/java/com/example/automl/ListModelsTest.java

-3
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ public void tearDown() {
6464
System.setOut(originalPrintStream);
6565
}
6666

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

0 commit comments

Comments
 (0)