[EDR Workflows] Unskip osquery tests (#168785)

This commit is contained in:
Tomasz Ciecierski 2023-10-13 15:27:43 +02:00 committed by GitHub
parent 8a98763f58
commit ae4ebd4808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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'],

View file

@ -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;