mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip flaky suite (#220243)
This commit is contained in:
parent
183b935821
commit
cd02c54c74
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ export default ({ getService }: FtrProviderContext) => {
|
||||||
const dataPathBuilder = new EsArchivePathBuilder(isServerless);
|
const dataPathBuilder = new EsArchivePathBuilder(isServerless);
|
||||||
const auditbeatPath = dataPathBuilder.getPath('auditbeat/hosts');
|
const auditbeatPath = dataPathBuilder.getPath('auditbeat/hosts');
|
||||||
|
|
||||||
describe('@ess @serverless @serverlessQA Query type rules', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/220243
|
||||||
|
describe.skip('@ess @serverless @serverlessQA Query type rules', () => {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await esArchiver.load(auditbeatPath);
|
await esArchiver.load(auditbeatPath);
|
||||||
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/8.8.0', {
|
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/8.8.0', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue