We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ad0b6 commit 824d56cCopy full SHA for 824d56c
automl/test/list_operation_status.test.js
@@ -28,7 +28,7 @@ const LOCATION = 'us-central1';
28
describe('Automl List Operation Status Tests', () => {
29
const client = new AutoMlClient();
30
31
- it('should list operation status', async () => {
+ it.skip('should list operation status', async () => {
32
const projectId = await client.getProjectId();
33
34
const list_output = execSync(
0 commit comments