Skip to content

Commit

Permalink
don't check min.io in deletion scenario (#8031)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5fc7f0abb86a9e22b8f1ab14acb3fcb625d6c457
  • Loading branch information
zxqfd555-pw authored and Manul from Pathway committed Jan 17, 2025
1 parent 1a7e969 commit 2ae50d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/s3/test_s3_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def stream_data():
t.join()


@pytest.mark.parametrize("storage_type", ["s3", "minio"])
@pytest.mark.parametrize("storage_type", ["s3"])
def test_object_deleted(tmp_path, s3_path, storage_type):
input_path_1 = f"{s3_path}/input_1.txt"
input_path_2 = f"{s3_path}/input_2.txt"
Expand Down

0 comments on commit 2ae50d0

Please sign in to comment.