Skip to content

Commit

Permalink
Selenium: Deadlock part 4 (#4040)
Browse files Browse the repository at this point in the history
* XFAIL test_targeting_parametrized_rules_filters_and_or

* XFAIL test_targeting_rebuild

* XFAIL test_targeting_different_program_statuses

* XFAIL test_targeting_create_use_ids_individual

* XFAIL test_copy_targeting
  • Loading branch information
szymon-kellton authored Jul 12, 2024
1 parent 36a0e53 commit af491e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/selenium_tests/targeting/test_targeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def test_targeting_mark_ready(
pageTargetingDetails.getButtonPopupMarkReady().click()
pageTargetingDetails.waitForLabelStatus("READY")

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

0 comments on commit af491e8

Please sign in to comment.