mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
83103e045b
commit
4e3a93f4c2
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ interface LogEntry {
|
|||
type: string;
|
||||
}
|
||||
|
||||
describe('cli invalid config support', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/32240
|
||||
describe.skip('cli invalid config support', function () {
|
||||
it(
|
||||
'exits with statusCode 64 and logs a single line when config is invalid',
|
||||
function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue