Skip to content

Commit

Permalink
Flaky #171289
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Aug 8, 2024
1 parent a5d0321 commit 3604bca
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 3604bca

Please sign in to comment.