mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#123556)
This commit is contained in:
parent
b942e5609b
commit
822edb4f58
1 changed files with 2 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue