mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#166677)
This commit is contained in:
parent
c12276d836
commit
82306ea110
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
const navigateTo = async (path: string) =>
|
||||
await browser.navigateTo(`${deployment.getHostPort()}${path}`);
|
||||
|
||||
describe('ui applications', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/166677
|
||||
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