Skip to content

Commit 9050b23

Browse files
committed
fix
1 parent 0718994 commit 9050b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_files/tests/pytestadapter/test_discovery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ def test_project_root_path_env_var():
432432

433433
@pytest.mark.skipif(
434434
sys.platform == "win32",
435+
reason="Symlinks require elevated privileges on Windows",
435436
)
436437
def test_symlink_with_project_root_path():
437438
"""Test pytest discovery with both symlink and PROJECT_ROOT_PATH set.

0 commit comments

Comments
 (0)