Skip to content

Commit

Permalink
skip failing test suite (#170753)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 7, 2023
1 parent 30e6677 commit 0fce67d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default ({ getService }: FtrProviderContext) => {
const dataPathBuilder = new EsArchivePathBuilder(isServerless);
const path = dataPathBuilder.getPath('auditbeat/hosts');

describe('@ess @serverless open_close_alerts', () => {
// Failing: See https://github.com/elastic/kibana/issues/170753
describe.skip('@ess @serverless open_close_alerts', () => {
describe('validation checks', () => {
describe('update by ids', () => {
it('should not give errors when querying and the alerts index does not exist yet', async () => {
Expand Down

0 comments on commit 0fce67d

Please sign in to comment.