Skip to content

Commit 25321e4

Browse files
committed
chore: Skip Windows flaky test
1 parent 29d2585 commit 25321e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_service_locator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_storage_client_overwrite_not_possible() -> None:
8989
service_locator.set_storage_client(another_custom_storage_client)
9090

9191

92+
@pytest.mark.skip(reason='Flaky Windows test, see https://github.com/apify/crawlee-python/issues/1441.')
9293
def test_storage_client_conflict() -> None:
9394
service_locator.get_storage_client()
9495
custom_storage_client = MemoryStorageClient()

0 commit comments

Comments
 (0)