skip flaky suite (#123556)

This commit is contained in:
Tiago Costa 2022-02-01 03:30:43 +00:00
parent b942e5609b
commit 822edb4f58
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -9,7 +9,8 @@
export default function ({ getService, loadTestFile }) {
const browser = getService('browser');
describe('console app', function () {
// FLAKY: https://github.com/elastic/kibana/issues/123556
describe.skip('console app', function () {
this.tags('ciGroup1');
before(async function () {