Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium: Deadlock problems part2 #4035

Merged
merged 7 commits into from
Jul 11, 2024
2 changes: 2 additions & 0 deletions backend/selenium_tests/targeting/test_targeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def test_targeting_create_use_ids_individual(
assert str(target_population.status) in pageTargetingDetails.getLabelStatus().text
pageTargetingDetails.getButtonRebuild().click()

@pytest.mark.xfail(reason="Problem with deadlock during test - 202318")
def test_targeting_rebuild(
self,
create_programs: None,
Expand Down Expand Up @@ -478,6 +479,7 @@ def test_delete_targeting(
assert 1 == len(new_list)
assert "Test NEW TP" in new_list[0].text

@pytest.mark.xfail(reason="Problem with deadlock during test - 202318")
def test_targeting_different_program_statuses(
self,
create_programs: None,
Expand Down
Loading