Skip to content

Commit

Permalink
skip flaky suite (#173307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 13, 2023
1 parent 589eae5 commit 047f6cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ import {
waitForPageToBeLoaded,
} from '../../../../tasks/rule_details';

describe('Related integrations', { tags: ['@ess', '@serverless', '@brokenInServerlessQA'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/173307
describe.skip('Related integrations', { tags: ['@ess', '@serverless', '@brokenInServerlessQA'] }, () => {
const DATA_STREAM_NAME = 'logs-related-integrations-test';
const PREBUILT_RULE_NAME = 'Prebuilt rule with related integrations';
const RULE_RELATED_INTEGRATIONS: IntegrationDefinition[] = [
Expand Down

0 comments on commit 047f6cf

Please sign in to comment.