From 32288103408102504f480fa02c6ab636bf56b8d5 Mon Sep 17 00:00:00 2001 From: Kristina Durivage Date: Tue, 25 Jun 2024 09:01:49 -0500 Subject: [PATCH] skip test on removed logic --- public/app/features/query-library/api/mappers.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/query-library/api/mappers.test.ts b/public/app/features/query-library/api/mappers.test.ts index a9221d85ea6..46620ef5166 100644 --- a/public/app/features/query-library/api/mappers.test.ts +++ b/public/app/features/query-library/api/mappers.test.ts @@ -1,6 +1,6 @@ import { parseCreatedByValue } from './mappers'; -describe('mappers', () => { +describe.skip('mappers', () => { describe('parseCreatedByValue', () => { it.each` value | expected