Skip to content

Commit

Permalink
Disable integration tests temporarily (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-near authored Jan 22, 2025
1 parent f018f41 commit 52621e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("OmniBridgeAPI Integration Tests", () => {
api = new OmniBridgeAPI("testnet")
})

describe("getFee", () => {
describe.skip("getFee", () => {
it("should fetch real fee information", async () => {
const sender: OmniAddress = omniAddress(ChainKind.Near, "bridge-sender.testnet")
const recipient: OmniAddress = omniAddress(
Expand Down

0 comments on commit 52621e3

Please sign in to comment.