Skip to content

Commit

Permalink
skip flaky suite (#165685)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 6, 2023
1 parent ae405b1 commit 8fbdd53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ import { ENTITY_ANALYTICS_URL } from '../../../urls/navigation';

import { PAYWALL_DESCRIPTION } from '../../../screens/entity_analytics_serverless_splash';

// FLAKY: https://github.com/elastic/kibana/issues/165685
describe(
'Entity Analytics Dashboard in Serverless',
{
tags: '@serverless',
tags: ['@serverless', '@brokenInServerless'],
env: {
ftrConfig: {
productTypes: [
Expand Down

0 comments on commit 8fbdd53

Please sign in to comment.