Skip the Server logging configuration integration tests, they're flaky (#21141) (#21179)

This commit is contained in:
Brandon Kobel 2018-07-24 16:47:13 -04:00 committed by GitHub
parent 09072eb08d
commit 44ac41698c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ const prepareLogLine = str =>
'[## timestamp ##]'
));
describe('Server logging configuration', function () {
describe.skip('Server logging configuration', function () {
let child;
let isJson;