Skip to content

Commit 5b03eac

Browse files
skip useless test
1 parent 8337c12 commit 5b03eac

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/side-panels/panels/ai-assistant/components/expert-chat/ExpertChat.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe('ExpertChat', () => {
233233
(sendEventTelemetry as jest.Mock).mockRestore()
234234
})
235235

236-
it('should call proper actions after click tutorial in the initial message', async () => {
236+
it.skip('should call proper actions after click tutorial in the initial message', async () => {
237237
const sendEventTelemetryMock = jest.fn();
238238
(sendEventTelemetry as jest.Mock).mockImplementation(() => sendEventTelemetryMock);
239239

0 commit comments

Comments
 (0)