Skip to content

Commit

Permalink
skip flaky suite (elastic#168750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 9628fc7 commit 4f1c3cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');

describe('Event Log public API', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168750
describe.skip('Event Log public API', () => {
before(async () => {
await spacesService.create({
id: 'namespace-a',
Expand Down

0 comments on commit 4f1c3cb

Please sign in to comment.