Skip to content

Commit

Permalink
skip flaky suite (elastic#172990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Feb 7, 2024
1 parent 724b4f5 commit 4e7260d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const kibanaServer = getService('kibanaServer');
let INITIAL_CSV_QUOTE_VALUES_SETTING_VALUE: any;

describe('Common advanced settings', function () {
// FLAKY: https://github.com/elastic/kibana/issues/172990
describe.skip('Common advanced settings', function () {
// the suite is flaky on MKI
this.tags(['failsOnMKI']);
before(async () => {
Expand Down

0 comments on commit 4e7260d

Please sign in to comment.