Skip to content

Commit

Permalink
skip flaky suite (elastic#126422)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and maksimkovalev committed Mar 18, 2022
1 parent fcdd08b commit c2fb34b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('results view content and total feature importance', function () {
// FLAKY: https://github.com/elastic/kibana/issues/126422
describe.skip('results view content and total feature importance', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;
Expand Down

0 comments on commit c2fb34b

Please sign in to comment.