[Fleet] enable flaky tests (#170305)

Closes https://github.com/elastic/kibana/issues/167188
Closes https://github.com/elastic/kibana/issues/156941
This commit is contained in:
Julia Bardi 2023-11-01 13:55:54 +01:00 committed by GitHub
parent 08fc440a94
commit 10f7865e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,7 @@ export default function (providerContext: FtrProviderContext) {
* There are a few features that are only currently supported for the Endpoint
* package due to security concerns.
*/
// Failing: See https://github.com/elastic/kibana/issues/156941
describe.skip('Install endpoint package', () => {
describe('Install endpoint package', () => {
const { getService } = providerContext;
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);

View file

@ -21,8 +21,7 @@ export default function (providerContext: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions
// Failing: See https://github.com/elastic/kibana/issues/167188
describe.skip('EPM - list', async function () {
describe('EPM - list', async function () {
skipIfNoDockerRegistry(providerContext);
before(async () => {