Skip to content

Commit

Permalink
skip flaky suite (#180087)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 9, 2024
1 parent 2ce82b3 commit b359974
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export default ({ getService }: FtrProviderContext): void => {
/* attempt to install it from the local file system. The API response from EPM provides
/* us with the information of whether the package was installed from the registry or
/* from a package that was bundled with Kibana */
describe('@ess @serverless @skipInQA install_bundled_prebuilt_rules', () => {
//
// FLAKY: https://github.com/elastic/kibana/issues/180087
describe.skip('@ess @serverless @skipInQA install_bundled_prebuilt_rules', () => {
beforeEach(async () => {
await deleteAllRules(supertest, log);
await deleteAllPrebuiltRuleAssets(es, log);
Expand Down

0 comments on commit b359974

Please sign in to comment.