mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
08fc440a94
commit
10f7865e45
2 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue