mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.0] disable flaky test (#33818)
This commit is contained in:
parent
537afe7fad
commit
bb68ec9ea7
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ describe('VegaVisualizations', () => {
|
|||
|
||||
});
|
||||
|
||||
it('should show vegatooltip on mouseover over a vega graph', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/33818
|
||||
it.skip('should show vegatooltip on mouseover over a vega graph', async () => {
|
||||
|
||||
let vegaVis;
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue