skip properly
This commit is contained in:
parent
8652bb71ad
commit
b5f6fa8933
|
@ -130,7 +130,7 @@ def i2p_introducer_furl(i2p_introducer, temp_dir):
|
|||
|
||||
|
||||
@pytest_twisted.inlineCallbacks
|
||||
@pytest.skip("I2P tests are not functioning at all, for unknown reasons")
|
||||
@pytest.mark.skip("I2P tests are not functioning at all, for unknown reasons")
|
||||
def test_i2p_service_storage(reactor, request, temp_dir, flog_gatherer, i2p_network, i2p_introducer_furl):
|
||||
yield _create_anonymous_node(reactor, 'carol_i2p', 8008, request, temp_dir, flog_gatherer, i2p_network, i2p_introducer_furl)
|
||||
yield _create_anonymous_node(reactor, 'dave_i2p', 8009, request, temp_dir, flog_gatherer, i2p_network, i2p_introducer_furl)
|
||||
|
|
Loading…
Reference in New Issue