mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#50448)
This commit is contained in:
parent
3456766c39
commit
b78f9f9c46
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function statusPageFunctonalTests({
|
|||
const esArchiver = getService('esArchiver');
|
||||
const PageObjects = getPageObjects(['security', 'statusPage', 'home']);
|
||||
|
||||
describe('Status Page', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/50448
|
||||
describe.skip('Status Page', function () {
|
||||
this.tags(['skipCloud', 'includeFirefox']);
|
||||
before(async () => await esArchiver.load('empty_kibana'));
|
||||
after(async () => await esArchiver.unload('empty_kibana'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue