Skip to content

Commit

Permalink
feat: disabled nld testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Oct 9, 2024
1 parent 664fa42 commit 9083146
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 9083146

Please sign in to comment.