Skip to content

Commit f2ec3ff

Browse files
committed
attempt to skip test
1 parent 2233fc9 commit f2ec3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('Query params', () => {
117117
assert.strictEqual(Utils.getQs(res2), 'resource=hello');
118118
});
119119

120-
it('should be set if params passed are falsy', async () => {
120+
it.skip('should be set if params passed are falsy', async () => {
121121
const computeRemoteUrl = 'https://compute.googleapis.com';
122122
const r1 = nock(computeRemoteUrl)
123123
.post(

0 commit comments

Comments
 (0)