Skip to content

Commit

Permalink
skip flaky suite (#165344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 31, 2023
1 parent 21879be commit 84e2641
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
}
});

describe('from Timeline', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165344
describe.skip('from Timeline', () => {
let timeline: TimelineResponse;

before(async () => {
Expand Down

0 comments on commit 84e2641

Please sign in to comment.