chore(core): disable ticket linked item kb article functional test

ref: #788 #735
This commit is contained in:
2025-06-05 14:28:55 +09:30
parent f8faa7f040
commit cc483e2cb5

View File

@ -1,4 +1,5 @@
import django
import pytest
from django.contrib.auth.models import Permission
from django.contrib.contenttypes.models import ContentType
@ -525,7 +526,7 @@ class ItemDeviceTicketSerializer(
pass
@pytest.mark.skip( reason = 'to be re-written' )
class ItemKBTicket:
""" Test Cases common to ALL ticket types """