mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Table Component: Skip flaky test (#94506)
* skip flaky test * use skip method on test
This commit is contained in:
parent
612b864772
commit
8349db4947
@ -545,7 +545,8 @@ describe('Table utils', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('guessLongestField', () => {
|
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 data = getWrappableData(10);
|
||||||
const config = {
|
const config = {
|
||||||
defaults: {
|
defaults: {
|
||||||
|
Loading…
Reference in New Issue
Block a user