Skip to content

Commit

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

describe('latency correlations', () => {
describe('space with no features disabled', () => {
// FLAKY: https://github.com/elastic/kibana/issues/127431
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 acba067

Please sign in to comment.