Skip to content

Commit

Permalink
Revert "skip flaky suite (elastic#171665)"
Browse files Browse the repository at this point in the history
This reverts commit 9768439.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent f9ce52f commit d43cba5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import { indexEndpointRuleAlerts } from '../../tasks/index_endpoint_rule_alerts'

import { login, ROLE } from '../../tasks/login';

// FLAKY: https://github.com/elastic/kibana/issues/171665
describe.skip('Results', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
describe('Results', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;
let alertData: ReturnTypeFromChainable<typeof indexEndpointRuleAlerts> | undefined;
const [endpointAgentId, endpointHostname] = generateRandomStringName(2);
Expand Down

0 comments on commit d43cba5

Please sign in to comment.