Skip to content

Commit 9f58eb6

Browse files
committed
chore(project_management): disable project test that contain kb untill rewrite
ref: #788 #735
1 parent d193f66 commit 9f58eb6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/project_management/tests/unit/project_state/test_project_state_api_v2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626

2727

28+
@pytest.mark.skip( reason = 'to be re-written' )
2829
class ProjectStateAPI(
2930
TestCase,
3031
APITenancyObject
@@ -53,7 +54,7 @@ def setUpTestData(self):
5354
organization = self.organization,
5455
name = 'a state',
5556
model_notes = 'note',
56-
runbook = kb,
57+
# runbook = kb,
5758
)
5859

5960

app/project_management/tests/unit/project_type/test_project_type_api_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626

2727

28+
@pytest.mark.skip( reason = 'to be re-written' )
2829
class ProjectTypeAPI(
2930
TestCase,
3031
APITenancyObject

0 commit comments

Comments
 (0)