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(
|
class SoftwareInstallsAPI(
|
||||||
TestCase,
|
TestCase,
|
||||||
APITenancyObject
|
APITenancyObject
|
||||||
|
@ -9,6 +9,7 @@ from itam.viewsets.device_software import ViewSet
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip( reason = 'to be refactored' )
|
||||||
class SoftwareInstallsViewsetList(
|
class SoftwareInstallsViewsetList(
|
||||||
ModelViewSetInheritedCases,
|
ModelViewSetInheritedCases,
|
||||||
TestCase,
|
TestCase,
|
||||||
|
Reference in New Issue
Block a user