Skip to content

Commit

Permalink
skip failing test suite (elastic#165730)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 5, 2023
1 parent 5a206e2 commit 22e288e
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 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const comboBox = getService('comboBox');
const toasts = getService('toasts');

describe('Search example', () => {
// Failing: See https://github.com/elastic/kibana/issues/165730
describe.skip('Search example', () => {
describe('with bfetch', () => {
testSearchExample();
});
Expand Down

0 comments on commit 22e288e

Please sign in to comment.