mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#195573)
This commit is contained in:
parent
f34afbe425
commit
043f05939c
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default function createAlertsAsDataFlappingTest({ getService }: FtrProvid
|
|||
|
||||
const alertsAsDataIndex = '.alerts-test.patternfiring.alerts-default';
|
||||
|
||||
describe('alerts as data flapping', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/195573
|
||||
describe.skip('alerts as data flapping', function () {
|
||||
this.tags('skipFIPS');
|
||||
beforeEach(async () => {
|
||||
await es.deleteByQuery({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue