mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#106650)
This commit is contained in:
parent
700f6d9394
commit
2849b31d28
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const pageObjects = getPageObjects(['common', 'infraHome', 'infraSavedViews']);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/106650
|
||||
describe('Home page', function () {
|
||||
// FLAKY: See https://github.com/elastic/kibana/issues/106650
|
||||
describe.skip('Home page', function () {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue