Skip to content

Commit

Permalink
Removed skip
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Jan 19, 2024
1 parent 70de266 commit c59793e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/fq/s3/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def wait_checkpoints(require_query_is_on=False):
@pytest.mark.parametrize("kikimr", [{"compute": 3}], indirect=True)
def test_write_result(self, kikimr, s3, client, yq_version):

pytest.skip("Test is not stable in OSS")
# pytest.skip("Test is not stable in OSS")

resource = boto3.resource(
"s3",
Expand Down

0 comments on commit c59793e

Please sign in to comment.