skip flaky suite (#32240)

(cherry picked from commit 71145a6778)
This commit is contained in:
spalger 2021-04-28 21:31:13 -07:00
parent 83103e045b
commit 4e3a93f4c2

View file

@ -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 () {