From cc483e2cb51d748ab6618a408b18cbc21e55a823 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 5 Jun 2025 14:28:55 +0930 Subject: [PATCH] chore(core): disable ticket linked item kb article functional test ref: #788 #735 --- .../ticket_linked_item/test_ticket_linked_item_viewset.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/core/tests/functional/ticket_linked_item/test_ticket_linked_item_viewset.py b/app/core/tests/functional/ticket_linked_item/test_ticket_linked_item_viewset.py index 230692d6..3c2a5f61 100644 --- a/app/core/tests/functional/ticket_linked_item/test_ticket_linked_item_viewset.py +++ b/app/core/tests/functional/ticket_linked_item/test_ticket_linked_item_viewset.py @@ -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 """