Skip to content

Commit

Permalink
tests: cleanup tests (bug 1944851) (#213)
Browse files Browse the repository at this point in the history
- tests are passing and should have been unmarked some time ago
  • Loading branch information
zzzeid authored Jan 30, 2025
1 parent 7392be9 commit 498a7ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/lando/api/tests/test_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_app_wide_headers_set(client):


# See bug 1927163.
@pytest.mark.xfail
@pytest.mark.xfail(strict=True)
@pytest.mark.django_db
def test_app_wide_headers_set_for_api_endpoints(client):
response = client.get("/__version__")
Expand Down
2 changes: 0 additions & 2 deletions src/lando/api/tests/test_landings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,6 @@ def test_format_patch_no_landoini(
), "Successful landing should trigger Phab repo update."


# bug 1893453
@pytest.mark.xfail
@pytest.mark.django_db
def test_landing_job_revisions_sorting(
create_patch_revision,
Expand Down
4 changes: 0 additions & 4 deletions src/lando/api/tests/test_transplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ def test_dryrun_outside_codefreeze(
assert not response.json["warnings"]


# auth related issue, blockers empty.
@pytest.mark.xfail
@pytest.mark.parametrize(
"permissions,status,blocker",
[
Expand Down Expand Up @@ -645,8 +643,6 @@ def test_confirmation_token_warning_order():
)


# bug 1893453.
@pytest.mark.xfail
@pytest.mark.django_db(transaction=True)
def test_integrated_transplant_simple_stack_saves_data_in_db(
app,
Expand Down
2 changes: 1 addition & 1 deletion src/lando/api/tests/test_uplift.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_strip_depends_on_from_commit_message():
), "`Depends on` line should be stripped from commit message."


@pytest.mark.xfail
@pytest.mark.xfail(strict=True)
def test_uplift_creation(
db,
monkeypatch,
Expand Down

0 comments on commit 498a7ff

Please sign in to comment.