mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing suite #102283
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
8695086d3d
commit
e674e11381
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue