Skip to content

Commit

Permalink
skip flaky suite (#127416)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 10, 2022
1 parent a4babea commit 298c115
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
};

describe('failed transactions correlations', () => {
describe('space with no features disabled', () => {
// FLAKY: https://github.com/elastic/kibana/issues/127416
describe.skip('space with no features disabled', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/8.0.0/metrics_and_apm');
await spacesService.create({
Expand Down

0 comments on commit 298c115

Please sign in to comment.