Skip to content

Commit

Permalink
skip failing test suite (elastic#197108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 11, 2024
1 parent 25e15bf commit c84defd
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 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const securitySolutionApi = getService('securitySolutionApi');

describe('@ess @serverless @skipInServerlessMKI Bootstrap Prebuilt Rules', () => {
// Failing: See https://github.com/elastic/kibana/issues/197108
describe.skip('@ess @serverless @skipInServerlessMKI Bootstrap Prebuilt Rules', () => {
beforeEach(async () => {
await deletePrebuiltRulesFleetPackage(supertest);
await deleteEndpointFleetPackage(supertest);
Expand Down

0 comments on commit c84defd

Please sign in to comment.