Skip to content

Commit

Permalink
skip flaky suite (#171665)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2024
1 parent bca8156 commit 6682b6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { indexEndpointRuleAlerts } from '../../tasks/index_endpoint_rule_alerts'

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

describe('Results', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/171665
describe.skip('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 6682b6a

Please sign in to comment.