From 54dac7b8963547eeb266e02096b0f3819e8f6706 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 29 Mar 2026 19:37:48 +0200 Subject: [PATCH] test_create_read_special_symlink: remove test skip --- src/borg/testsuite/archiver/create_cmd_test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/borg/testsuite/archiver/create_cmd_test.py b/src/borg/testsuite/archiver/create_cmd_test.py index 2562aa3779..498e02e890 100644 --- a/src/borg/testsuite/archiver/create_cmd_test.py +++ b/src/borg/testsuite/archiver/create_cmd_test.py @@ -13,7 +13,7 @@ from ...constants import * # NOQA from ...constants import zeros from ...manifest import Manifest -from ...platform import is_win32 +from ...platform import is_win32, is_cygwin from ...platformflags import is_msystem from ...repository import Repository from ...helpers import CommandError, BackupPermissionError @@ -923,8 +923,7 @@ def test_create_topical(archivers, request): assert "file1" in output -# @pytest.mark.skipif(not are_fifos_supported() or is_cygwin, reason="FIFOs not supported, hangs on cygwin") -@pytest.mark.skip(reason="This test is problematic and should be skipped") +@pytest.mark.skipif(not are_fifos_supported() or is_cygwin, reason="FIFOs not supported, hangs on cygwin") def test_create_read_special_symlink(archivers, request): archiver = request.getfixturevalue(archivers) from threading import Thread