Skip to content

Commit

Permalink
skip flaky suite. #127076
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 27, 2022
1 parent f522995 commit 805d7cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import { CLOUD_KIBANA_CONFIG } from './fixtures/cloud_kibana_config';

const logFilePath = Path.join(__dirname, 'logs.log');

describe('Fleet preconfiguration reset', () => {
// FLAKY: https://github.com/elastic/kibana/issues/127076
describe.skip('Fleet preconfiguration reset', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let kbnServer: kbnTestServer.TestKibanaUtils;

Expand Down

0 comments on commit 805d7cf

Please sign in to comment.