[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:
Yngrid Coello 2023-06-26 15:33:56 +02:00 committed by GitHub
parent 2c24494488
commit b8ef39a232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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