Skip to content

Commit ca2bcef

Browse files
chore: disable the TGW INT tests
1 parent cfd444f commit ca2bcef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/transit-gateway.v1.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ const wait = (ms = 5000) => {
7777
});
7878
};
7979

80-
describe('TransitGatewayApisV1', () => {
80+
// Disable the tests due to some issue in INT env
81+
describe.skip('TransitGatewayApisV1', () => {
8182
jest.setTimeout(timeout);
8283

8384
// Initialize the service client.

0 commit comments

Comments
 (0)