Skip to content

Commit 51277e1

Browse files
committed
skip failing suite (#225126)
1 parent c947300 commit 51277e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/plugins/shared/discover/public/application/main/components/sidebar/discover_sidebar_responsive.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ async function renderComponent(
255255
};
256256
}
257257

258-
describe('discover responsive sidebar', function () {
258+
// Failing: See https://github.com/elastic/kibana/issues/225126
259+
describe.skip('discover responsive sidebar', function () {
259260
let props: TestWrapperProps;
260261

261262
beforeEach(async () => {

0 commit comments

Comments
 (0)