From cc2c540156bf6302ba05e273ebd668d711823553 Mon Sep 17 00:00:00 2001
From: "Benjamin E. Coe" <bencoe@google.com>
Date: Wed, 7 Sep 2022 23:30:50 -0400
Subject: [PATCH] test: turn off flaky tests (#791)

Tests have been turned off due to flakiness.

Fixes #788, #787
---
 compute/test/customMachineType.test.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compute/test/customMachineType.test.js b/compute/test/customMachineType.test.js
index f9693fc567..21e31ee7b4 100644
--- a/compute/test/customMachineType.test.js
+++ b/compute/test/customMachineType.test.js
@@ -131,7 +131,8 @@ describe('custom machine type tests', () => {
     });
   });
 
-  describe('instances with custom machine type tests', () => {
+  // TODO: move tests to unit tests from integration tests or fix flakes.
+  describe.skip('instances with custom machine type tests', () => {
     after(async () => {
       const instances = await getStaleVMInstances();
       await Promise.all(