mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
4a7aa9c94f
commit
bfb1bf52c4
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@ describe('Version Compatibility', () => {
|
|||
await expect(startServers({ customKibanaVersion: previousMinor() })).resolves.toBeUndefined();
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171289
|
||||
it.skip('should flag the incompatibility on version mismatch (ES is previous minor)', async () => {
|
||||
it('should flag the incompatibility on version mismatch (ES is previous minor)', async () => {
|
||||
const found$ = new Subject<void>();
|
||||
consoleSpy.mockImplementation((str) => {
|
||||
if (str.includes('is incompatible')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue