mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#157718)
This commit is contained in:
parent
a75c3906c6
commit
b463112f58
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
expect(pageUrl).to.contain(HOSTS_VIEW_PATH);
|
||||
});
|
||||
|
||||
describe('#Landing page', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/157718
|
||||
describe.skip('#Landing page', () => {
|
||||
beforeEach(() => {
|
||||
setHostViewEnabled(false);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue