Skip to content

Commit

Permalink
Skip Telepresence tests since local NH test language doesn’t implemen…
Browse files Browse the repository at this point in the history
…t TP
  • Loading branch information
lucksus committed Dec 5, 2023
1 parent db71b6b commit 831cdc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/js/tests/neighbourhood.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ export default function neighbourhoodTests(testContext: TestContext) {
// expect(bobSyncChangeData).to.be.equal(PerspectiveState.Synced);
// })

describe('with set up and joined NH for Telepresence', async () => {

describe.skip('with set up and joined NH for Telepresence', async () => {
let aliceNH: NeighbourhoodProxy|undefined
let bobNH: NeighbourhoodProxy|undefined
let aliceDID: string|undefined
Expand Down

0 comments on commit 831cdc6

Please sign in to comment.