diff --git a/pilot/helpers/test_Project.py b/pilot/helpers/test_Project.py index 8d1de3d..e945cc6 100644 --- a/pilot/helpers/test_Project.py +++ b/pilot/helpers/test_Project.py @@ -74,6 +74,7 @@ def test_get_full_path(file_path, file_name, expected): assert absolute_path == expected +@pytest.mark.skip(reason="Handling of absolute paths will be revisited in #29") @pytest.mark.parametrize('file_path, file_name, expected', [ ('/file.txt', 'file.txt', '/file.txt'), ('/path/to/file.txt', 'file.txt', '/path/to/file.txt'),