Skip to content

Commit fdac02f

Browse files
committed
skipping plain credential test
1 parent f183489 commit fdac02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/geofencing.itest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe("Geofencing", () => {
8282
subscription.delete();
8383
}, 20* 1000);
8484

85-
it("should subscribe for geofencing event with plain credential", async () => {
85+
it.skip("should subscribe for geofencing event with plain credential", async () => {
8686
const subscription = await client.geofencing.subscribe(device, {
8787
sink: `${notificationUrl}/notify`,
8888
types: ["org.camaraproject.geofencing-subscriptions.v0.area-left"],

0 commit comments

Comments
 (0)