Skip to content

Commit 824d56c

Browse files
bcoeAce Nassri
authored and
Ace Nassri
committed
build: update kokoro build config (#439)
1 parent 51ad0b6 commit 824d56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/test/list_operation_status.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const LOCATION = 'us-central1';
2828
describe('Automl List Operation Status Tests', () => {
2929
const client = new AutoMlClient();
3030

31-
it('should list operation status', async () => {
31+
it.skip('should list operation status', async () => {
3232
const projectId = await client.getProjectId();
3333

3434
const list_output = execSync(

0 commit comments

Comments
 (0)