Skip to content

Commit

Permalink
Revert "df: turn off integration tests that depend on v2 funding"
Browse files Browse the repository at this point in the history
This reverts commit 2e40a13.
  • Loading branch information
niftynei committed Mar 2, 2021
1 parent 28e6332 commit c8ee535
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ def test_funding_toolarge(node_factory, bitcoind):
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "dual-funding is experimental only")
@unittest.skipIf(not DEVELOPER, "Requires --dev-force-features")
@pytest.mark.xfail
def test_v2_open(node_factory, bitcoind, chainparams):
l1, l2 = node_factory.get_nodes(2,
opts=[{'dev-force-features': '+223'},
Expand Down Expand Up @@ -1380,7 +1379,6 @@ def test_funding_external_wallet(node_factory, bitcoind):
l3.rpc.close(l2.info["id"])


@pytest.mark.xfail
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "requires opt_dual_fund")
def test_multifunding_v2_v1_mixed(node_factory, bitcoind):
'''
Expand Down Expand Up @@ -1425,7 +1423,6 @@ def test_multifunding_v2_exclusive(node_factory, bitcoind):
'''
Simple test for multifundchannel, using v2
'''
pytest.xfail()
accepter_plugin = os.path.join(os.path.dirname(__file__),
'plugins/df_accepter.py')
# Two of three will reply with inputs of their own
Expand Down

0 comments on commit c8ee535

Please sign in to comment.