Skip to content

Commit

Permalink
Skip failing test suite (#193103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Oct 1, 2024
1 parent 83d321b commit 58e6233
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ describe('Timeline', () => {
};
});

describe('rendering', () => {
// Failing: see https://github.com/elastic/kibana/issues/193103
describe.skip('rendering', () => {
let spyCombineQueries: jest.SpyInstance;

beforeEach(() => {
Expand Down

0 comments on commit 58e6233

Please sign in to comment.