Skip to content

Commit

Permalink
skip failing test suite (#192479)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 10, 2024
1 parent 3610dee commit 7833a79
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 log = getService('log');

describe('@ess @serverless @skipInServerlessMKI install_large_prebuilt_rules_package', () => {
// Failing: See https://github.com/elastic/kibana/issues/192479
describe.skip('@ess @serverless @skipInServerlessMKI install_large_prebuilt_rules_package', () => {
beforeEach(async () => {
await deleteAllRules(supertest, log);
await deleteAllPrebuiltRuleAssets(es, log);
Expand Down

0 comments on commit 7833a79

Please sign in to comment.