skip flaky suite (#119267)

This commit is contained in:
Tiago Costa 2023-04-12 16:16:34 +01:00
parent 7d946ffe56
commit 22015b470f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,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, '../../plugins/audit_log/audit.log');
const logFile = new FileWrapper(logFilePath, retry);