Skip to content

Commit 657e259

Browse files
committed
Skip test due to aws sdk pin
1 parent 85352a9 commit 657e259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/integration/arcticdb/test_arctic.py

+1
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@ def test_s3_checksum_off_by_env_var(s3_storage, lib_name, multiprocess):
13671367

13681368

13691369
@pytest.mark.skipif(not ARCTICDB_USING_CONDA, reason="aws sdk on pypi is pinned at version which doesn't turn on checksumming by default")
1370+
@pytest.mark.skip(reason="aws sdk is stuck at 1.11.449 on conda CI due to libarrow pin, which doesn't run checksumming by default")
13701371
def test_s3_checksum_on_by_env_var(s3_storage, lib_name, monkeypatch):
13711372
monkeypatch.setenv("AWS_RESPONSE_CHECKSUM_VALIDATION", "when_supported")
13721373
with pytest.raises(Exception):

0 commit comments

Comments
 (0)