chore(core): disable old delete so it's no longer used by models yet to inherit from CenturionModel

ref: #788 #759
This commit is contained in:
2025-06-05 14:06:27 +09:30
parent 3915678675
commit c64add9ce7

View File

@ -1,3 +1,5 @@
import pytest
import django
from django.test import TestCase
@ -161,7 +163,7 @@ class TicketLinkedItemDevice(
super().setUpTestData()
@pytest.mark.skip( reason = 'to be rewritten' )
class TicketLinkedItemKB(
TicketLinkedItemBase,
TestCase