Skip to content

Commit

Permalink
Disable other Lit related test
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Apr 12, 2024
1 parent 143e735 commit 8dff74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gated-content/src/__tests__/GatedClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`, () => {
Expand Down

0 comments on commit 8dff74a

Please sign in to comment.