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:
@ -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
|
||||
|
Reference in New Issue
Block a user