mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Fleet] Enable fleet preconfiguration test (#128973)
This commit is contained in:
parent
4246f3e631
commit
30ca2f5c50
1 changed files with 2 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue