Skip to content

Commit

Permalink
skip flaky suite (#180748)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 15, 2024
1 parent 5ab3b9c commit 091fd14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import {
mlNetworkSingleIpNullKqlQuery,
} from '../../../urls/ml_conditional_links';

describe('ml conditional links', { tags: ['@ess', '@skipInServerless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/180748
describe.skip('ml conditional links', { tags: ['@ess', '@skipInServerless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit 091fd14

Please sign in to comment.