mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
(cherry picked from commit c6b356c437
)
Co-authored-by: Joey F. Poon <joey.poon@elastic.co>
This commit is contained in:
parent
8fd34be2fe
commit
ebf5896dff
1 changed files with 3 additions and 4 deletions
|
@ -38,8 +38,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
describe('test metadata apis', () => {
|
||||
describe('list endpoints GET route', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/123253
|
||||
describe.skip('with .metrics-endpoint.metadata_united_default index', () => {
|
||||
describe('with .metrics-endpoint.metadata_united_default index', () => {
|
||||
const numberOfHostsInFixture = 2;
|
||||
|
||||
before(async () => {
|
||||
|
@ -65,11 +64,11 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
]);
|
||||
|
||||
// wait for latest metadata transform to run
|
||||
await new Promise((r) => setTimeout(r, 30000));
|
||||
await new Promise((r) => setTimeout(r, 60000));
|
||||
await startTransform(getService, METADATA_UNITED_TRANSFORM);
|
||||
|
||||
// wait for united metadata transform to run
|
||||
await new Promise((r) => setTimeout(r, 15000));
|
||||
await new Promise((r) => setTimeout(r, 30000));
|
||||
});
|
||||
|
||||
after(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue