chore(itam): disable pre CenturionModel inheritance tests

ref: #804 #802
This commit is contained in:
2025-06-07 22:06:22 +09:30
parent cebc6b668a
commit 0f575652f9
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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,