Skip to content

Commit

Permalink
Skip broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 8, 2024
1 parent 57a3276 commit 9210790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ssx-core/tests/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ test('Should resolve Lens profile on Polygon Mainnet successfully', async () =>
);
}, 30000);

test('Should resolve Lens profile on Mumbai Testnet successfully', async () => {
// api-mumbai.lens.dev isn't available anymore (there is now a v2 version)
test.skip('Should resolve Lens profile on Mumbai Testnet successfully', async () => {
const provider = getProvider({
service: SSXRPCProviders.SSXInfuraProvider,
network: SSXInfuraProviderNetworks.POLYGON_MUMBAI,
Expand Down

0 comments on commit 9210790

Please sign in to comment.