Skip to content

Commit

Permalink
test: ignore unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Feb 21, 2025
1 parent 6195408 commit 98832c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,10 @@ def get_build_plan(self) -> list[BuildInfo]:
return []


@pytest.mark.skipif(
date.today() < date(2025, 2, 25),
reason="CRAFT-4159, This will no longer be the responsibility of the application.",
)
def test_build_planner_errors(tmp_path, monkeypatch, fake_services):
monkeypatch.chdir(tmp_path)
app_metadata = craft_application.AppMetadata(
Expand Down

0 comments on commit 98832c8

Please sign in to comment.