skip flaky suite (#187421)

This commit is contained in:
Tiago Costa 2024-07-03 04:59:18 +01:00
parent 08017ae2dc
commit 53ebc68f72
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -25,7 +25,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
},
});
registry.when('field candidates without data', { config: 'trial', archives: [] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/187421
registry.when.skip('field candidates without data', { config: 'trial', archives: [] }, () => {
it('handles the empty state', async () => {
const response = await apmApiClient.readUser({
endpoint,