Skip to content

Commit

Permalink
skip failing test suite (elastic#166677)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 20, 2023
1 parent c12276d commit 82306ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 82306ea

Please sign in to comment.