Skip to content

Commit

Permalink
Skiping flaky test (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Aug 23, 2023
1 parent f1a5799 commit d43f287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/standard/test_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def test_local_existing(self, container: MetadataContainer):
assert container[first].fetch_hash() == container[second].fetch_hash()
assert container[first].fetch_files_list() == container[second].fetch_files_list()

@pytest.mark.skip(reason="flaky test")
@pytest.mark.parametrize("container", AVAILABLE_CONTAINERS, indirect=True)
def test_hash_cache(self, container: MetadataContainer):
key = self.gen_key()
Expand Down

0 comments on commit d43f287

Please sign in to comment.