Skip to content

Commit

Permalink
Merge branch 'main' into bsearch/abort
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson authored Oct 18, 2023
2 parents 9c3eacd + 514d99e commit 5343095
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 5343095

Please sign in to comment.