Skip to content

Commit

Permalink
skip failing test suite (#165623)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 5, 2023
1 parent addb5b7 commit 0f927b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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/165623
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 0f927b8

Please sign in to comment.