Skip to content

Commit

Permalink
skip failing test suite (#166484)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 14, 2023
1 parent c40353f commit 74c50fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/examples/search/warnings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const esArchiver = getService('esArchiver');

describe('handling warnings with search source fetch', function () {
// Failing: See https://github.com/elastic/kibana/issues/166484
describe.skip('handling warnings with search source fetch', function () {
const dataViewTitle = 'sample-01,sample-01-rollup';
const fromTime = 'Jun 17, 2022 @ 00:00:00.000';
const toTime = 'Jun 23, 2022 @ 00:00:00.000';
Expand Down

0 comments on commit 74c50fc

Please sign in to comment.