From ded279d11afa4d867fa41d4be2bbdad6e3628f67 Mon Sep 17 00:00:00 2001 From: Kozer4 Date: Thu, 7 Mar 2024 15:08:31 +0200 Subject: [PATCH] skip test --- src/__tests__/services/liquidity-pool/sol/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/services/liquidity-pool/sol/index.test.ts b/src/__tests__/services/liquidity-pool/sol/index.test.ts index 8aa9f37..8cf798d 100644 --- a/src/__tests__/services/liquidity-pool/sol/index.test.ts +++ b/src/__tests__/services/liquidity-pool/sol/index.test.ts @@ -14,7 +14,7 @@ const TOKEN_INFO: TokenWithChainDetails = { bridgeAddress: BRIDGE_ADDRESS, }; -describe("SolanaPool", () => { +describe.skip("SolanaPool", () => { let api: any; const solanaRpcUrl = "https://api.devnet.solana.com";