skip failing test suite (#193756)

This commit is contained in:
Jonathan Budzenski 2024-09-26 12:26:36 -05:00
parent c25d3706f3
commit b58d82a7b3

View file

@ -23,7 +23,8 @@ import { baselineTypes as types } from '../kibana_migrator_test_kit.fixtures';
export const logFilePath = Path.join(__dirname, 'fail_on_rollback.test.log');
describe('when rolling back to an older version', () => {
// Failing: See https://github.com/elastic/kibana/issues/193756
describe.skip('when rolling back to an older version', () => {
let esServer: TestElasticsearchUtils['es'];
beforeAll(async () => {