Skip to content

Commit

Permalink
skip flaky suite (#153295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 21, 2023
1 parent 894e83e commit 47d8846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/page_not_found.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
describe('Infra Not Found page', function () {
this.tags('includeFirefox');

describe('Logs', () => {
// FLAKY: https://github.com/elastic/kibana/issues/153295
describe.skip('Logs', () => {
it('should render the not found page when the route does not exist', async () => {
await pageObjects.common.navigateToApp('logs/broken-link');
await testSubjects.existOrFail('infraNotFoundPage');
Expand Down

0 comments on commit 47d8846

Please sign in to comment.