mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#53356)
This commit is contained in:
parent
8626bff89c
commit
ca81b33c90
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
const navigateTo = async (path: string) =>
|
||||
await browser.navigateTo(`${deployment.getHostPort()}${path}`);
|
||||
|
||||
describe('ui applications', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/53356
|
||||
describe.skip('ui applications', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await esArchiver.emptyKibanaIndex();
|
||||
await PageObjects.common.navigateToApp('foo');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue