Skip to content

Commit

Permalink
skip flaky suite (#187421)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 3, 2024
1 parent 08017ae commit 53ebc68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53ebc68

Please sign in to comment.