Skip to content

Commit

Permalink
skip flaky suite (#165709)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 6, 2023
1 parent bb96b8c commit 42f377b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
import { login, visit } from '../../tasks/login';
import { OVERVIEW_URL } from '../../urls/navigation';

describe('CTI Link Panel', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/165709
describe.skip('CTI Link Panel', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit 42f377b

Please sign in to comment.