Skip to content

Commit

Permalink
[Fleet] enable flaky tests (elastic#170305)
Browse files Browse the repository at this point in the history
Closes elastic#167188
Closes elastic#156941

(cherry picked from commit 10f7865)
  • Loading branch information
juliaElastic committed Nov 1, 2023
1 parent 1015325 commit 1575fa3
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 1575fa3

Please sign in to comment.