test(core): SKIP Tests TicketBase Description Slash command Checks

Required until the slash commands comment creation uses the new ticketcommentbase model.

ref: #744 #723 #564 #746 #747
This commit is contained in:
2025-05-12 04:07:19 +09:30
parent 16299d480e
commit 01b4a681da

View File

@ -2028,6 +2028,8 @@ class SlashCommandsCommon:
}
@pytest.mark.skip( reason = 'Awaiting Ticket Refactor')
class SlashCommandsTicketTestCases(
SlashCommandsCommon
):