From 8dff74a879bce43248cbe15d8ba00d24f2786e8b Mon Sep 17 00:00:00 2001 From: Cesare Naldi Date: Fri, 12 Apr 2024 11:33:27 +0200 Subject: [PATCH] Disable other Lit related test --- packages/gated-content/src/__tests__/GatedClient.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gated-content/src/__tests__/GatedClient.spec.ts b/packages/gated-content/src/__tests__/GatedClient.spec.ts index 5d0a4e75a..9f16b41ed 100644 --- a/packages/gated-content/src/__tests__/GatedClient.spec.ts +++ b/packages/gated-content/src/__tests__/GatedClient.spec.ts @@ -49,7 +49,7 @@ const rawAccessCondition: raw.AccessCondition = raw.orCondition([ ]); /** - * Disabled until Lit comes back with a solution for Amoy testnet + * Disabled until Lit team comes back with a solution for Amoy testnet */ xdescribe(`Given an instance of the ${GatedClient.name}`, () => { describe(`when calling the "${GatedClient.prototype.encryptPublicationMetadata.name}" method`, () => {