Skip to content

Commit

Permalink
skip failing test suite (#179704)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 29, 2024
1 parent 5f22d4a commit 2b991ec
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -43,7 +43,8 @@ export default ({ getService }: FtrProviderContext) => {
const dataPathBuilder = new EsArchivePathBuilder(isServerless);
const path = dataPathBuilder.getPath('auditbeat/hosts');

describe('@ess @serverless change alert status endpoints', () => {
// Failing: See https://github.com/elastic/kibana/issues/179704
describe.skip('@ess @serverless change alert status endpoints', () => {
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 2b991ec

Please sign in to comment.