Skip to content

Commit

Permalink
skip failing suite #102283
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Dec 7, 2022
1 parent 547b33c commit c8c3f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/ml/modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c8c3f5f

Please sign in to comment.