Skip to content

Commit

Permalink
[Fleet] enable flaky tests (#170305)
Browse files Browse the repository at this point in the history
Closes #167188
Closes #156941
  • Loading branch information
juliaElastic authored Nov 1, 2023
1 parent 08fc440 commit 10f7865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/fleet_api_integration/apis/epm/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 10f7865

Please sign in to comment.