Skip to content

Commit

Permalink
skip flaky suite (elastic#112103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 737823c commit 3caee25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_execution_context/tests/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { assertLogContains, isExecutionContextLog, readLogFile } from '../test_u
export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'home', 'timePicker']);

describe('Browser apps', () => {
// FLAKY: https://github.com/elastic/kibana/issues/112103
describe.skip('Browser apps', () => {
let logs: Ecs[];
const retry = getService('retry');

Expand Down

0 comments on commit 3caee25

Please sign in to comment.