chore(itam): disable pre CenturionModel inheritance tests
ref: #804 #802
This commit is contained in:
@ -24,6 +24,7 @@ User = django.contrib.auth.get_user_model()
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip( reason = 'to be refactored' )
|
||||
class SoftwareInstallsAPI(
|
||||
TestCase,
|
||||
APITenancyObject
|
||||
|
@ -9,6 +9,7 @@ from itam.viewsets.device_software import ViewSet
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip( reason = 'to be refactored' )
|
||||
class SoftwareInstallsViewsetList(
|
||||
ModelViewSetInheritedCases,
|
||||
TestCase,
|
||||
|
Reference in New Issue
Block a user