mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#119267)
This commit is contained in:
parent
7d946ffe56
commit
22015b470f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue