skip failing suite #102283

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2022-12-07 15:10:03 -08:00
parent 8695086d3d
commit e674e11381

View file

@ -14,7 +14,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const fleetPackages = ['apache', 'nginx'];
const installedPackages: Array<{ pkgName: string; version: string }> = [];
describe('modules', function () {
// failing: https://github.com/elastic/kibana/issues/102283
describe.skip('modules', function () {
before(async () => {
// use await kibanaServer.savedObjects.cleanStandardList(); to make sure the fleet setup is removed correctly after the tests
await kibanaServer.savedObjects.cleanStandardList();