Skip to content

Commit

Permalink
skip flaky suite (#122927)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 13, 2022
1 parent 6473ff3 commit 2cc7af0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const editedDescription = 'Edited description';

describe('regression creation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/122927
describe.skip('regression creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/egs_regression');
await ml.testResources.createIndexPatternIfNeeded('ft_egs_regression', '@timestamp');
Expand Down

0 comments on commit 2cc7af0

Please sign in to comment.