mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#115529)
This commit is contained in:
parent
c274d39152
commit
9e76bcb00d
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Elastic charts', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/115529
|
||||||
|
describe.skip('Elastic charts', () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await visualBuilder.toggleNewChartsLibraryWithDebug(true);
|
await visualBuilder.toggleNewChartsLibraryWithDebug(true);
|
||||||
await visualBuilder.clickPanelOptions('timeSeries');
|
await visualBuilder.clickPanelOptions('timeSeries');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue