chore(project_management): disable project test that contain kb untill rewrite
ref: #788 #735
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@ User = django.contrib.auth.get_user_model()
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip( reason = 'to be re-written' )
|
||||
class ProjectTypeAPI(
|
||||
TestCase,
|
||||
APITenancyObject
|
||||
|
Reference in New Issue
Block a user