mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#160709)
This commit is contained in:
parent
2b45cf628f
commit
cca2be4e1c
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
}
|
||||
);
|
||||
|
||||
registry.when(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/160709
|
||||
registry.when.skip(
|
||||
'Instance details when data is loaded',
|
||||
{ config: 'basic', archives: [archiveName] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue