Skip to content

Commit

Permalink
skipped unstable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johniak committed May 10, 2024
1 parent 761c8b8 commit d141dd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def create_programs(django_db_setup: Generator[None, None, None], django_db_bloc

@pytest.mark.usefixtures("login")
class TestSmokeGrievanceTickets:

@pytest.mark.skip(reason="Unstable test")
def test_check_grievance_tickets_user_generated_page(
self,
create_programs: None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def test_create_programme_add_partners_Business_Area(
assert "UNHCR" in pageProgrammeDetails.getLabelPartnerName().text
assert "Business Area" in pageProgrammeDetails.getLabelAreaAccess().text

@pytest.mark.skip(reson="Unstable test")
@pytest.mark.parametrize(
"test_data",
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def test_smoke_registration_data_details_page(


class TestRegistrationDataImport:
@pytest.mark.skip(reason="Unstable test")
def test_smoke_registration_data_import_happy_path(
self,
registration_datahub: None,
Expand Down

0 comments on commit d141dd8

Please sign in to comment.