Skip to content

Commit

Permalink
skip flaky suite (#168750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 13, 2023
1 parent 634baad commit 67df5ae
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 67df5ae

Please sign in to comment.