chore(itam): disable pre CenturionModel inheritance tests

ref: #804 #802
This commit is contained in:
2025-06-07 22:12:58 +09:30
parent 2eed0bbf4f
commit 162910d9ec
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class MockRequest:
@pytest.mark.skip( reason = 'to be refactored' )
class SoftwareInstallsValidationAPI( class SoftwareInstallsValidationAPI(
TestCase, TestCase,
): ):

View File

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