Skip to content

Commit 184bd88

Browse files
chore: disable few tests because of env issue
1 parent 48e0348 commit 184bd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/cis/firewall-access-rules.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const config = authHelper.loadConfig();
3535
let firewallAccessRulesV1;
3636
let firewallAccessRule;
3737

38-
describe('FirewallAccessRulesV1', () => {
38+
describe.skip('FirewallAccessRulesV1', () => {
3939
jest.setTimeout(timeout);
4040

4141
// Initialize the service client.

0 commit comments

Comments
 (0)