Skip to content

Commit

Permalink
Merge pull request #363 from localcontexts/8689u4y5t-disable-failing-…
Browse files Browse the repository at this point in the history
…nld-testcases
  • Loading branch information
birbjam authored Oct 9, 2024
2 parents 664fa42 + 9083146 commit da7c154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from projects.models import Project


@pytest.mark.skip(reason="disable until NLD update")
@pytest.mark.usefixtures("py")
class TestBoundaryClearedFeatures(UiFeatureHelper):
def setUp(self):
Expand Down
1 change: 1 addition & 0 deletions tests/functional/test_preview_boundary_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from institutions.models import Institution


@pytest.mark.skip(reason="disable until NLD update")
@pytest.mark.usefixtures("py")
class TestProjectBoundaryPreviewFeatures(UiFeatureHelper):
def setUp(self):
Expand Down

0 comments on commit da7c154

Please sign in to comment.