We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d2585 commit 25321e4Copy full SHA for 25321e4
tests/unit/test_service_locator.py
@@ -89,6 +89,7 @@ def test_storage_client_overwrite_not_possible() -> None:
89
service_locator.set_storage_client(another_custom_storage_client)
90
91
92
+@pytest.mark.skip(reason='Flaky Windows test, see https://github.com/apify/crawlee-python/issues/1441.')
93
def test_storage_client_conflict() -> None:
94
service_locator.get_storage_client()
95
custom_storage_client = MemoryStorageClient()
0 commit comments