skip flaky suite (#102282)

This commit is contained in:
Tiago Costa 2021-08-20 11:44:11 +01:00
parent 5fd903b7fe
commit c6fdef4e0d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const fleetPackages = ['apache', 'nginx'];
describe('modules', function () {
// FLAKY: https://github.com/elastic/kibana/issues/102282
describe.skip('modules', function () {
before(async () => {
// use empty_kibana to make sure the fleet setup is removed correctly after the tests
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');