Skip to content

Commit

Permalink
skip flaky suite (#119267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 12, 2023
1 parent 7d946ff commit 22015b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 22015b4

Please sign in to comment.