mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[EDR Workflows] Unskip osquery tests (#168785)
This commit is contained in:
parent
8a98763f58
commit
ae4ebd4808
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,7 @@ import { checkActionItemsInResults, loadRuleAlerts } from '../../tasks/live_quer
|
||||||
|
|
||||||
const UUID_REGEX = '[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}';
|
const UUID_REGEX = '[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}';
|
||||||
|
|
||||||
// FLAKY: https://github.com/elastic/kibana/issues/168743
|
describe(
|
||||||
describe.skip(
|
|
||||||
'Alert Flyout Automated Action Results',
|
'Alert Flyout Automated Action Results',
|
||||||
{
|
{
|
||||||
tags: ['@ess', '@serverless'],
|
tags: ['@ess', '@serverless'],
|
||||||
|
|
|
@ -20,8 +20,7 @@ const testSpaces = [
|
||||||
{ name: 'default', tags: ['@ess', '@serverless'] },
|
{ name: 'default', tags: ['@ess', '@serverless'] },
|
||||||
{ name: 'custom-spaces', tags: ['@ess'] },
|
{ name: 'custom-spaces', tags: ['@ess'] },
|
||||||
];
|
];
|
||||||
// FLAKY: https://github.com/elastic/kibana/issues/168742
|
describe('ALL - Custom space', () => {
|
||||||
describe.skip('ALL - Custom space', () => {
|
|
||||||
testSpaces.forEach((testSpace) => {
|
testSpaces.forEach((testSpace) => {
|
||||||
describe(`[${testSpace.name}]`, { tags: testSpace.tags }, () => {
|
describe(`[${testSpace.name}]`, { tags: testSpace.tags }, () => {
|
||||||
let packName: string;
|
let packName: string;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue