Skip to content

Commit 3809f5e

Browse files
authored
test: turn off flaky tests (#791)
Tests have been turned off due to flakiness. Fixes #788, #787
1 parent e797aa5 commit 3809f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compute/test/customMachineType.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ describe('custom machine type tests', () => {
131131
});
132132
});
133133

134-
describe('instances with custom machine type tests', () => {
134+
// TODO: move tests to unit tests from integration tests or fix flakes.
135+
describe.skip('instances with custom machine type tests', () => {
135136
after(async () => {
136137
const instances = await getStaleVMInstances();
137138
await Promise.all(

0 commit comments

Comments
 (0)