We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206cac commit 5b7774fCopy full SHA for 5b7774f
automl/snippets/src/test/java/com/example/automl/ListModelsTest.java
@@ -64,10 +64,7 @@ public void tearDown() {
64
System.setOut(originalPrintStream);
65
}
66
67
- // Skipping this test until backend is cleaned up.
68
- // https://github.com/googleapis/java-automl/issues/291
69
@Test
70
- @Ignore
71
public void testListModels() throws IOException {
72
ListModels.listModels(PROJECT_ID);
73
String got = bout.toString();
0 commit comments