mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
disable flaky suite (#45105)
This commit is contained in:
parent
013bc3a504
commit
a7f5062741
1 changed files with 2 additions and 1 deletions
|
@ -278,7 +278,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('vertical bar with multiple splits', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/45105
|
||||
describe.skip('vertical bar with multiple splits', function () {
|
||||
before(initBarChart);
|
||||
|
||||
it('should show correct series', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue