Skip to content

Commit

Permalink
skip flaky suite (#77279)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Nov 17, 2020
1 parent 55119c2 commit 8d4642b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ function createConfigManager(configPath: string) {
};
}

describe('Server logging configuration', function () {
// Failing: See https://github.com/elastic/kibana/issues/77279
describe.skip('Server logging configuration', function () {
let child: undefined | Child.ChildProcess;

beforeEach(() => {
Expand Down

0 comments on commit 8d4642b

Please sign in to comment.