Skip scale tick tests because of possible flakyness (#21641)

This commit is contained in:
Marco Vettorello 2018-08-03 15:44:21 +02:00 committed by Tim Roes
parent 9760923f20
commit 5f52df034f
3 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ export default function ({ getService, getPageObjects }) {
expect(sideEditorExists).to.be(false); expect(sideEditorExists).to.be(false);
}); });
describe('switch between Y axis scale types', () => { describe.skip('switch between Y axis scale types', () => {
before(initAreaChart); before(initAreaChart);
const axisId = 'ValueAxis-1'; const axisId = 'ValueAxis-1';

View file

@ -123,7 +123,7 @@ export default function ({ getService, getPageObjects }) {
await PageObjects.visualize.waitForVisualization(); await PageObjects.visualize.waitForVisualization();
}); });
describe('switch between Y axis scale types', () => { describe.skip('switch between Y axis scale types', () => {
before(initLineChart); before(initLineChart);
const axisId = 'ValueAxis-1'; const axisId = 'ValueAxis-1';

View file

@ -115,7 +115,7 @@ export default function ({ getService, getPageObjects }) {
expect(data).to.eql(expectedChartData); expect(data).to.eql(expectedChartData);
}); });
describe('switch between Y axis scale types', () => { describe.skip('switch between Y axis scale types', () => {
before(initBarChart); before(initBarChart);
const axisId = 'ValueAxis-1'; const axisId = 'ValueAxis-1';