Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 12, 2024
1 parent 885ab39 commit 906b641
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { useDockerRegistry, waitForFleetSetup, getSupertestWithAdminUser } from

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

describe('Fleet preconfiguration reset', () => {
// Failing 9.0 version update: https://github.com/elastic/kibana/issues/192624
describe.skip('Fleet preconfiguration reset', () => {
let esServer: TestElasticsearchUtils;
let kbnServer: TestKibanaUtils;

Expand Down

0 comments on commit 906b641

Please sign in to comment.