Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Aug 8, 2024
1 parent 4a7aa9c commit bfb1bf5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit bfb1bf5

Please sign in to comment.