mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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}';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/168743
|
||||
describe.skip(
|
||||
describe(
|
||||
'Alert Flyout Automated Action Results',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
|
@ -20,8 +20,7 @@ const testSpaces = [
|
|||
{ name: 'default', tags: ['@ess', '@serverless'] },
|
||||
{ name: 'custom-spaces', tags: ['@ess'] },
|
||||
];
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/168742
|
||||
describe.skip('ALL - Custom space', () => {
|
||||
describe('ALL - Custom space', () => {
|
||||
testSpaces.forEach((testSpace) => {
|
||||
describe(`[${testSpace.name}]`, { tags: testSpace.tags }, () => {
|
||||
let packName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue