Skip to content

Commit

Permalink
skip failing test suite (elastic#171164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 14, 2023
1 parent edbee87 commit 2b71ae1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { FtrProviderContext } from '../../../services';
export default function ({ getService }: FtrProviderContext) {
const ebtServerHelper = getService('kibana_ebt_server');

describe('core-overall_status_changed', () => {
// Failing: See https://github.com/elastic/kibana/issues/171164
describe.skip('core-overall_status_changed', () => {
let initialEvent: Event<Record<string, unknown>>;
let secondEvent: Event<Record<string, unknown>>;

Expand Down

0 comments on commit 2b71ae1

Please sign in to comment.