Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
skip failing test suite (elastic#154699)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 27, 2023
1 parent c0047a1 commit b33d008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/home/_add_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'header', 'home', 'dashboard']);

describe('add data tutorials', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/154699
describe.skip('add data tutorials', function describeIndexTests() {
it('directory should redirect to integrations app', async () => {
await PageObjects.common.navigateToUrl('home', 'tutorial_directory', { useActualUrl: true });
await PageObjects.common.waitUntilUrlIncludes('/app/integrations');
Expand Down

0 comments on commit b33d008

Please sign in to comment.