chore(project_management): disable project test that contain kb untill rewrite

ref: #788 #735
This commit is contained in:
2025-06-05 14:44:00 +09:30
parent 074aa4832a
commit b535aa4703
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ User = django.contrib.auth.get_user_model()
@pytest.mark.skip( reason = 'to be re-written' )
class ProjectStateAPI(
TestCase,
APITenancyObject
@ -53,7 +54,7 @@ class ProjectStateAPI(
organization = self.organization,
name = 'a state',
model_notes = 'note',
runbook = kb,
# runbook = kb,
)

View File

@ -25,6 +25,7 @@ User = django.contrib.auth.get_user_model()
@pytest.mark.skip( reason = 'to be re-written' )
class ProjectTypeAPI(
TestCase,
APITenancyObject