File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ def test_custom_storage_client() -> None:
8080 assert storage_client is custom_storage_client
8181
8282
83+ @pytest .mark .skip (reason = 'Flaky Windows test, see https://github.com/apify/crawlee-python/issues/1441.' )
8384def test_storage_client_overwrite_not_possible () -> None :
8485 custom_storage_client = MemoryStorageClient ()
8586 service_locator .set_storage_client (custom_storage_client )
@@ -89,6 +90,7 @@ def test_storage_client_overwrite_not_possible() -> None:
8990 service_locator .set_storage_client (another_custom_storage_client )
9091
9192
93+ @pytest .mark .skip (reason = 'Flaky Windows test, see https://github.com/apify/crawlee-python/issues/1441.' )
9294def test_storage_client_conflict () -> None :
9395 service_locator .get_storage_client ()
9496 custom_storage_client = MemoryStorageClient ()
You can’t perform that action at this time.
0 commit comments