Skip to content

[9.3] Attempt to fix flaky Infra test (#261465)#262005

Merged
kibanamachine merged 3 commits intoelastic:9.3from
kibanamachine:backport/9.3/pr-261465
Apr 10, 2026
Merged

[9.3] Attempt to fix flaky Infra test (#261465)#262005
kibanamachine merged 3 commits intoelastic:9.3from
kibanamachine:backport/9.3/pr-261465

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.3:

Questions ?

Please refer to the Backport tool documentation

Closes elastic#258194

## Summary

An attempt to fix flaky Infrastructure test by verifying if Host view
flyout is opened before proceeding further with other steps. There
wasn't reliable way to replicate the flakiness on the local. Follow up
on elastic#257997

### How to test locally
```
node scripts/functional_tests_server --config x-pack/solutions/observability/test/functional/apps/infra/config.ts
```

```
for i in $(seq 1 10); do
  echo "=== Run $i ==="
  node scripts/functional_test_runner \
    --config x-pack/solutions/observability/test/functional/apps/infra/config.ts \
    --grep "Dashboards Tab" \
    || echo "FAILED on run $i"
done
```

(cherry picked from commit fb8461f)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Apr 8, 2026
@kibanamachine kibanamachine enabled auto-merge (squash) April 8, 2026 14:23
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
infra 1.2MB 1.2MB +43.0B

cc @miloszmarcinkowski

@kibanamachine kibanamachine merged commit 1878ecf into elastic:9.3 Apr 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants