Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit e04e253

Browse files
committed
Ignore lnd tests
1 parent 9f0b8a9 commit e04e253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api_tests/tests/e2e/bitcoin_ethereum.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { LedgerKind } from "../../lib/ledgers/ledger";
1313
// Lightning Sanity Test //
1414
// ******************************************** //
1515
describe("E2E: Sanity - LND Alice pays Bob", () => {
16-
it("sanity-lnd-alice-pays-bob", async function() {
16+
it.skip("sanity-lnd-alice-pays-bob", async function() {
1717
await twoActorTest(async function({ alice, bob }) {
1818
await alice.sendRequest(
1919
{ ledger: LedgerKind.Lightning, asset: AssetKind.Bitcoin },
@@ -27,7 +27,7 @@ describe("E2E: Sanity - LND Alice pays Bob", () => {
2727
});
2828
});
2929

30-
it("sanity-lnd-alice-pays-bob-using-hold-invoice", async function() {
30+
it.skip("sanity-lnd-alice-pays-bob-using-hold-invoice", async function() {
3131
await twoActorTest(async function({ alice, bob }) {
3232
await alice.sendRequest(
3333
{ ledger: LedgerKind.Lightning, asset: AssetKind.Bitcoin },

0 commit comments

Comments
 (0)