From 8349db494701f3d50d14841fd9cbe0281bc50515 Mon Sep 17 00:00:00 2001 From: owensmallwood Date: Wed, 9 Oct 2024 13:40:42 -0600 Subject: [PATCH] Table Component: Skip flaky test (#94506) * skip flaky test * use skip method on test --- packages/grafana-ui/src/components/Table/utils.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Table/utils.test.ts b/packages/grafana-ui/src/components/Table/utils.test.ts index 6f1d7f937f5..4883ffec578 100644 --- a/packages/grafana-ui/src/components/Table/utils.test.ts +++ b/packages/grafana-ui/src/components/Table/utils.test.ts @@ -545,7 +545,8 @@ describe('Table utils', () => { }); describe('guessLongestField', () => { - it('should guess the longest field correct if there are few records', () => { + // FLAKY TEST - https://drone.grafana.net/grafana/grafana/201232/1/5 + it.skip('should guess the longest field correct if there are few records', () => { const data = getWrappableData(10); const config = { defaults: {