chore(itam): disable pre CenturionModel inheritance tests
ref: #804 #799
This commit is contained in:
@ -12,6 +12,7 @@ from itam.serializers.inventory import (
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip( reason = 'to be refactored' )
|
||||
class InventoryValidationAPI(
|
||||
TestCase,
|
||||
):
|
||||
|
@ -29,6 +29,7 @@ User = django.contrib.auth.get_user_model()
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip( reason = 'to be refactored' )
|
||||
class ViewSetBase:
|
||||
|
||||
model = Device
|
||||
|
Reference in New Issue
Block a user