Skip to content

Commit

Permalink
skip failing test suite (elastic#199719)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 12, 2024
1 parent d8710a4 commit 23185f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const es = getService('es');
const supertest = getService('supertest');

describe('Upgrade Assistant', function () {
// Failing: See https://github.com/elastic/kibana/issues/199719
describe.skip('Upgrade Assistant', function () {
describe('Reindex operation saved object', () => {
const dotKibanaIndex = '.kibana';
const fakeSavedObjectId = 'fakeSavedObjectId';
Expand Down

0 comments on commit 23185f2

Please sign in to comment.