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