Skip to content

Commit

Permalink
Skip failing benchmark test (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored May 12, 2024
1 parent f2e4081 commit 6be06c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pint/testsuite/benchmarks/test_10_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def test_load_definitions_stage_1(benchmark, cache_folder, use_cache_folder):
benchmark(pint.UnitRegistry, None, cache_folder=use_cache_folder)


@pytest.mark.skip(
"Test failing ValueError: Group USCSLengthInternational already present in registry"
)
@pytest.mark.parametrize("use_cache_folder", (None, True))
def test_load_definitions_stage_2(benchmark, cache_folder, use_cache_folder):
"""empty registry creation + parsing default files + definition object loading"""
Expand Down

0 comments on commit 6be06c6

Please sign in to comment.