Skip to content

Commit

Permalink
skip failing test suite (#196492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 16, 2024
1 parent 4edb91b commit 3e86a7c
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 kibanaServer = getService('kibanaServer');
const supertest = getService('supertest');

describe('Note - Saved Objects', () => {
// Failing: See https://github.com/elastic/kibana/issues/196492
describe.skip('Note - Saved Objects', () => {
const es = getService('es');

before(() => kibanaServer.savedObjects.cleanStandardList());
Expand Down

0 comments on commit 3e86a7c

Please sign in to comment.