chore: temp disable api field notes and history checks

ref: #788
This commit is contained in:
2025-06-05 15:32:39 +09:30
parent 9ff93976f2
commit b8db09d9b8
2 changed files with 6 additions and 6 deletions

View File

@ -42,9 +42,9 @@ class EntityAPITestCases(
'entity_type': {
'expected': str
},
'_urls.history': {
'expected': str
},
# '_urls.history': {
# 'expected': str
# },
'_urls.knowledge_base': {
'expected': str
}

View File

@ -54,9 +54,9 @@ class APIFieldsTestCases:
'_urls._self': {
'expected': str
},
'_urls.notes': {
'expected': str
},
# '_urls.notes': {
# 'expected': str
# },
}
api_fields_model = {