Skip to content

Commit

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

describe('classification creation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/91450
describe.skip('classification creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/bm_classification');
await ml.testResources.createIndexPatternIfNeeded('ft_bank_marketing', '@timestamp');
Expand Down

0 comments on commit a10e3d4

Please sign in to comment.