Skip to content

Commit

Permalink
Skip duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinovsky committed Oct 28, 2024
1 parent 2619509 commit bd517ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/components/config/test_lean_config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ def test_get_known_lean_config_path_returns_previously_used_custom_default() ->

assert manager.get_known_lean_config_paths() == [Path.cwd() / "custom-lean.json"]

@pytest.mark.skipif(
sys.platform !="win32", reason="Custom config path is only valid for Windows."
)
def test_get_known_lean_config_path_with_duplicated_paths() -> None:
custom_config_path = Path.cwd() / "custom-Lean.json"
custom_config_path.touch()
Expand Down

0 comments on commit bd517ea

Please sign in to comment.