mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Skip scale tick tests because of possible flakyness (#21641)
This commit is contained in:
parent
9760923f20
commit
5f52df034f
3 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(sideEditorExists).to.be(false);
|
||||
});
|
||||
|
||||
describe('switch between Y axis scale types', () => {
|
||||
describe.skip('switch between Y axis scale types', () => {
|
||||
before(initAreaChart);
|
||||
const axisId = 'ValueAxis-1';
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
await PageObjects.visualize.waitForVisualization();
|
||||
});
|
||||
|
||||
describe('switch between Y axis scale types', () => {
|
||||
describe.skip('switch between Y axis scale types', () => {
|
||||
before(initLineChart);
|
||||
const axisId = 'ValueAxis-1';
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
expect(data).to.eql(expectedChartData);
|
||||
});
|
||||
|
||||
describe('switch between Y axis scale types', () => {
|
||||
describe.skip('switch between Y axis scale types', () => {
|
||||
before(initBarChart);
|
||||
const axisId = 'ValueAxis-1';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue