Skip to content

Commit

Permalink
skip flaky suite (#167056)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2023
1 parent 7f9afeb commit 514d99e
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 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const log = getService('log');

describe('install_prebuilt_rules_from_real_package', () => {
// FLAKY: https://github.com/elastic/kibana/issues/167056
describe.skip('install_prebuilt_rules_from_real_package', () => {
beforeEach(async () => {
await deletePrebuiltRulesFleetPackage(supertest);
await deleteAllRules(supertest, log);
Expand Down

0 comments on commit 514d99e

Please sign in to comment.