mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#175911)
This commit is contained in:
parent
0631172a68
commit
9f0d6211f2
1 changed files with 2 additions and 1 deletions
|
@ -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'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue