skip flaky suite (#119267)

This commit is contained in:
Tiago Costa 2021-12-13 13:47:32 +00:00
parent 8a2f610866
commit 97bda08aa3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -44,7 +44,8 @@ export default function ({ getService }: FtrProviderContext) {
const retry = getService('retry');
const { username, password } = getService('config').get('servers.kibana');
describe('Audit Log', function () {
// FLAKY: https://github.com/elastic/kibana/issues/119267
describe.skip('Audit Log', function () {
const logFilePath = Path.resolve(__dirname, '../../fixtures/audit/audit.log');
const logFile = new FileWrapper(logFilePath);