test(devops): skip Model History entry test as it should be done as part of serializer and viewset

ref: #856 #781
This commit is contained in:
2025-07-07 20:55:22 +09:30
parent 97f99abe2c
commit 303cc31f6a

View File

@ -28,6 +28,16 @@ class GitGroupModelTestCases(
}
@pytest.mark.skip( reason = 'test must be as part of serializer and viewset tests, not model' )
def test_model_create_has_history_entry(self, model_contenttype, created_model, model):
"""Model Created
Ensure that the model when created, added a `create` Audit History
entry.
"""
pass
def test_model_create_with_parent_sets_tenancy(self, created_model, model):
"""Model Created