Skip to content

Commit

Permalink
Revert "temp: always fail on test_download_remote_layers_api"
Browse files Browse the repository at this point in the history
This reverts commit 6e132d7.
  • Loading branch information
koivunej committed Sep 16, 2023
1 parent 6e132d7 commit 260e1b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_runner/regress/test_ondemand_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,6 @@ def get_resident_physical_size():
with endpoint_old.cursor() as cur:
assert query_scalar(cur, "select count(*) from testtab") == table_len

raise RuntimeError("made it to the end of test_download_remote_layers_api :tada:")


@pytest.mark.parametrize("remote_storage_kind", [RemoteStorageKind.MOCK_S3])
def test_compaction_downloads_on_demand_without_image_creation(
Expand Down

0 comments on commit 260e1b9

Please sign in to comment.