[Fleet] Enable fleet preconfiguration test (#128973)

This commit is contained in:
Nicolas Chaulet 2022-03-31 09:56:00 -04:00 committed by GitHub
parent 4246f3e631
commit 30ca2f5c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,7 @@ import { CLOUD_KIBANA_CONFIG } from './fixtures/cloud_kibana_config';
const logFilePath = Path.join(__dirname, 'logs.log');
// FLAKY: https://github.com/elastic/kibana/issues/127076
describe.skip('Fleet preconfiguration reset', () => {
describe('Fleet preconfiguration reset', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let kbnServer: kbnTestServer.TestKibanaUtils;
@ -108,8 +107,7 @@ describe.skip('Fleet preconfiguration reset', () => {
await stopServers();
});
// FLAKY: https://github.com/elastic/kibana/issues/127077
describe.skip('Preconfigred cloud policy', () => {
describe('Preconfigred cloud policy', () => {
it('Works and preconfigure correctly agent policies', async () => {
const agentPolicies = await kbnServer.coreStart.savedObjects
.createInternalRepository()