chore(itam): disable pre CenturionModel inheritance tests

ref: #804 #799
This commit is contained in:
2025-06-07 22:13:09 +09:30
parent 162910d9ec
commit 77c47c12b4
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ from itam.serializers.inventory import (
@pytest.mark.skip( reason = 'to be refactored' )
class InventoryValidationAPI(
TestCase,
):

View File

@ -29,6 +29,7 @@ User = django.contrib.auth.get_user_model()
@pytest.mark.skip( reason = 'to be refactored' )
class ViewSetBase:
model = Device