Table Component: Skip flaky test (#94506)

* skip flaky test

* use skip method on test
This commit is contained in:
owensmallwood 2024-10-09 13:40:42 -06:00 committed by GitHub
parent 612b864772
commit 8349db4947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: {