mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#187421)
This commit is contained in:
parent
08017ae2dc
commit
53ebc68f72
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue