Skip to content

Commit 664fb09

Browse files
Benjamin E. CoeAce Nassri
authored andcommitted
test: turn off flaky tests (#791)
Tests have been turned off due to flakiness. Fixes #788, #787
1 parent 66e81ad commit 664fb09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compute/test/customMachineType.test.js

Lines changed: 2 additions & 1 deletion
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)