mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#173429)
This commit is contained in:
parent
a202d3f0e1
commit
1865d4dab4
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ import {
|
|||
} from '../../../../../tasks/alert_assignments';
|
||||
import { ALERTS_COUNT } from '../../../../../screens/alerts';
|
||||
|
||||
describe('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/173429
|
||||
describe.skip('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
|
||||
before(() => {
|
||||
cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue