mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#116065)
This commit is contained in:
parent
13fd7d2b0e
commit
8e35ee06b0
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('skipCloud', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116065
|
||||
describe.skip('skipCloud', function () {
|
||||
// TODO: https://github.com/elastic/stack-monitoring/issues/31
|
||||
this.tags(['skipCloud']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue