Skip to content

Commit

Permalink
Skips Vega test
Browse files Browse the repository at this point in the history
#83385

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Nov 14, 2020
1 parent ac70807 commit bd08439
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugins/vis_type_vega/public/vega_visualization.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ describe('VegaVisualizations', () => {
mockHeight.mockRestore();
});

test('should show vegalite graph and update on resize (may fail in dev env)', async () => {
// SKIP: https://github.com/elastic/kibana/issues/83385
test.skip('should show vegalite graph and update on resize (may fail in dev env)', async () => {
let vegaVis;
try {
vegaVis = new VegaVisualization(domNode, jest.fn());
Expand Down Expand Up @@ -131,7 +132,8 @@ describe('VegaVisualizations', () => {
}
});

test('should show vega graph (may fail in dev env)', async () => {
// SKIP: https://github.com/elastic/kibana/issues/83385
test.skip('should show vega graph (may fail in dev env)', async () => {
let vegaVis;
try {
vegaVis = new VegaVisualization(domNode, jest.fn());
Expand Down

0 comments on commit bd08439

Please sign in to comment.