Skip to content

Commit dc1284f

Browse files
committed
Skip GCPS tests
1 parent e635244 commit dc1284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queue/drivers/GCPSClient.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from "chai"
22
import { GCPSClient } from "../../../src/queue"
33

4-
describe("GCPSClient", () => {
4+
describe.skip("GCPSClient", () => {
55
const client = new GCPSClient(
66
process.env.GCPS_SERVICE_ACCOUNT_EMAIL!,
77
process.env.GCPS_SERVICE_ACCOUNT_KEY_ID!,

0 commit comments

Comments
 (0)