Skip to content

Commit c637a34

Browse files
committed
Revert "test: files: skip test of error path on add"
Test should now pass on Go-IPFS 0.4.19 This reverts commit ec70912.
1 parent 5297e66 commit c637a34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/test_files.py

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def test_add_relative_path(client, cleanup_pins):
185185
assert res["Hash"] in client.pin.ls(type="recursive")["Keys"]
186186

187187

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

0 commit comments

Comments
 (0)