Skip to content

Commit

Permalink
fix: skip tests for now (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Nov 23, 2020
1 parent 4ab65f5 commit f8b48ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/system-test/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ describe('Compute', () => {
});
});

describe('rules', () => {
describe.skip('rules', () => {
const RULE_NAME = generateName('rule');
const rule = compute.rule(RULE_NAME);
const service = compute.service(generateName('service'));
Expand Down

0 comments on commit f8b48ca

Please sign in to comment.