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

Commit

Permalink
Ignore lnd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Mar 8, 2020
1 parent 45189f8 commit c976953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_tests/tests/e2e/bitcoin_ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { LedgerKind } from "../../lib/ledgers/ledger";
// Lightning Sanity Test //
// ******************************************** //
describe("E2E: Sanity - LND Alice pays Bob", () => {
it("sanity-lnd-alice-pays-bob", async function() {
it.skip("sanity-lnd-alice-pays-bob", async function() {
await twoActorTest(async function({ alice, bob }) {
await alice.sendRequest(
{ ledger: LedgerKind.Lightning, asset: AssetKind.Bitcoin },
Expand All @@ -27,7 +27,7 @@ describe("E2E: Sanity - LND Alice pays Bob", () => {
});
});

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

0 comments on commit c976953

Please sign in to comment.