Skip to content

Commit

Permalink
[Fleet] Enable fleet preconfiguration test (#128973)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Mar 31, 2022
1 parent 4246f3e commit 30ca2f5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 30ca2f5

Please sign in to comment.