mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#193756)
This commit is contained in:
parent
c25d3706f3
commit
b58d82a7b3
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue