mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#167716)
This commit is contained in:
parent
12695646cf
commit
39d512e3c9
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ import { visit } from '../../../tasks/navigation';
|
|||
import { CREATE_RULE_URL } from '../../../urls/navigation';
|
||||
import { createRule } from '../../../tasks/api_calls/rules';
|
||||
|
||||
describe('Detection ES|QL rules, creation', { tags: ['@ess'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167716
|
||||
describe.skip('Detection ES|QL rules, creation', { tags: ['@ess'] }, () => {
|
||||
before(() => {
|
||||
cleanKibana();
|
||||
login();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue