Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion python/tests/integration/arcticdb/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def test_wrapped_s3_storage(lib_name, wrapped_s3_storage_bucket):
lib.write("s", data=create_df())


@SKIP_CONDA_MARK # issue with fixture init will be fixed in https://github.com/man-group/ArcticDB/issues/2640
def test_library_get_key_path(lib_name, s3_and_nfs_storage_bucket, test_prefix):
lib = s3_and_nfs_storage_bucket.create_version_store_factory(lib_name)()
lib.write("s", data=create_df())
Expand Down
Loading