Skip to content

Commit

Permalink
skip flaky suite (#172990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 6, 2024
1 parent a332664 commit 7959bc1
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 7959bc1

Please sign in to comment.