skip flaky suite (#175911)

This commit is contained in:
Tiago Costa 2024-03-14 02:58:14 +00:00
parent 0631172a68
commit 9f0d6211f2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -53,7 +53,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});
registry.when(
// FLAKY: https://github.com/elastic/kibana/issues/175911
registry.when.skip(
'p values with data and default args',
{ config: 'trial', archives: ['8.0.0'] },
() => {