mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[APM] unskipping agent explorer tests (#160097)
Closes https://github.com/elastic/kibana/issues/155929. I ran the tests locally using `--times=50` param and everything was on green. I prepared a flaky test suite: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2428. (Notice you will find an unrelated run failed due to `socket hang up`).
This commit is contained in:
parent
2c24494488
commit
b8ef39a232
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FAILING VERSION BUMP: https://github.com/elastic/kibana/issues/155929
|
||||
registry.when.skip('Agent explorer', { config: 'basic', archives: [] }, () => {
|
||||
registry.when('Agent explorer', { config: 'basic', archives: [] }, () => {
|
||||
describe('when data is loaded', () => {
|
||||
before(async () => {
|
||||
const serviceOtelJava = apm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue