mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#170753)
This commit is contained in:
parent
30e6677116
commit
0fce67d0b1
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue