chore(itam): disable pre CenturionModel inheritance tests
ref: #804 #802
This commit is contained in:
@ -55,6 +55,7 @@ class MockRequest:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip( reason = 'to be refactored' )
|
||||||
class SoftwareInstallsValidationAPI(
|
class SoftwareInstallsValidationAPI(
|
||||||
TestCase,
|
TestCase,
|
||||||
):
|
):
|
||||||
|
@ -20,6 +20,7 @@ User = django.contrib.auth.get_user_model()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip( reason = 'to be refactored' )
|
||||||
class ViewSetBase:
|
class ViewSetBase:
|
||||||
|
|
||||||
model = DeviceSoftware
|
model = DeviceSoftware
|
||||||
|
Reference in New Issue
Block a user