Skip to content

Commit

Permalink
enable flaky (elastic#165237)
Browse files Browse the repository at this point in the history
Re-enable flaky tests

Closes elastic#161624
Closes elastic#156941
  • Loading branch information
juliaElastic authored and eokoneyo committed Aug 31, 2023
1 parent d133f09 commit 67750ee
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 @@ -46,8 +46,7 @@ export default function (providerContext: FtrProviderContext) {
pkgVersion = getResp.body.response.version;
});

// FLAKY: https://github.com/elastic/kibana/issues/156941
describe.skip('install', () => {
describe('install', () => {
transforms.forEach((transform) => {
it(`should have installed the [${transform.id}] transform`, async function () {
const res = await es.transport.request(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export default function (providerContext: FtrProviderContext) {
})
.catch(() => {});

// FLAKY: https://github.com/elastic/kibana/issues/161624
describe.skip('When installing system integration in multiple spaces', async () => {
describe('When installing system integration in multiple spaces', async () => {
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);

Expand Down

0 comments on commit 67750ee

Please sign in to comment.