Skip to content

Commit

Permalink
skip failing test suite (#167945)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 4, 2023
1 parent 8c82dfb commit cd50e1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export default function createAlertsAsDataInstallResourcesTest({ getService }: F
'kibana.alert.rule.execution.uuid',
];

describe('alerts as data', () => {
// Failing: See https://github.com/elastic/kibana/issues/167945
describe.skip('alerts as data', () => {
afterEach(() => objectRemover.removeAll());
after(async () => {
await es.deleteByQuery({ index: alertsAsDataIndex, query: { match_all: {} } });
Expand Down

0 comments on commit cd50e1d

Please sign in to comment.