mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
skip failing test suite (#224699)
This commit is contained in:
parent
17c2556fc6
commit
2ce244f006
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ export default ({ getService }: FtrProviderContext) => {
|
||||||
*/
|
*/
|
||||||
const internalIdPipe = (id: string) => `| where id=="${id}"`;
|
const internalIdPipe = (id: string) => `| where id=="${id}"`;
|
||||||
|
|
||||||
describe('@ess @serverless ES|QL rule type', () => {
|
// Failing: See https://github.com/elastic/kibana/issues/224699
|
||||||
|
describe.skip('@ess @serverless ES|QL rule type', () => {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/ecs_compliant');
|
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/ecs_compliant');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue