mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#124104)
This commit is contained in:
parent
ddb3f4f461
commit
b942e5609b
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'console']);
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('console app', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/124104
|
||||
describe.skip('console app', function describeIndexTests() {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue