From a7e779574571f0278ddf2f683936f2f4772b3aa4 Mon Sep 17 00:00:00 2001 From: Alexander Schlarb Date: Tue, 5 Mar 2019 22:47:19 +0100 Subject: [PATCH] Revert "test: files: skip test of error path on add" Test should now pass on Go-IPFS 0.4.19 This reverts commit ec709122fe383c3b1f5fe1de9a033385afb105b1. --- test/functional/test_files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/test_files.py b/test/functional/test_files.py index 837e3940..6172d225 100644 --- a/test/functional/test_files.py +++ b/test/functional/test_files.py @@ -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: