Skip to content

Commit

Permalink
Revert "test: files: skip test of error path on add"
Browse files Browse the repository at this point in the history
Test should now pass on Go-IPFS 0.4.19

This reverts commit ec70912.
  • Loading branch information
ntninja committed Mar 5, 2019
1 parent 9736462 commit a7e7795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def test_add_relative_path(client, cleanup_pins):
assert res["Hash"] in client.pin.ls(type="recursive")["Keys"]


@pytest.mark.skip(reason="Requires go-ipfs 77cd41acfef6cc442309eda565c29e36fdd488d9 PR#5937")
def test_add_nocopy_with_relative_path(client):
error_msg = None
try:
Expand Down

0 comments on commit a7e7795

Please # to comment.