Skip to content

Commit

Permalink
skip tests that don't make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
kilojoules committed Feb 3, 2025
1 parent 7b555ad commit 4cbd49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/plant/wind_farm_schema_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_wind_farm_input(subtests):
assert validate_yaml(config, plant_schemas_path + "wind_farm.yaml") is None


@pytest.mark.skip(reason="initial_layout is depreciated")
def test_wind_farm_invalid_inputs_layouts(subtests):
"""
Test missing inputs for the wind_farm layouts property.
Expand All @@ -50,6 +51,7 @@ def test_wind_farm_invalid_inputs_layouts(subtests):
validate_yaml(config, plant_schemas_path + "wind_farm.yaml")


@pytest.mark.skip(reason="wind farm turbine has optional: true")
def test_wind_farm_invalid_inputs_turbines(subtests):
"""
Test missing inputs for the wind_farm turbines property.
Expand Down

0 comments on commit 4cbd49f

Please sign in to comment.