Skip to content

Commit

Permalink
skip failing test suite (#143933)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 27, 2022
1 parent 1831ebf commit 7a7b031
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const browser = getService('browser');

describe('custom urls', function () {
// Failing: See https://github.com/elastic/kibana/issues/143933
describe.skip('custom urls', function () {
this.tags(['ml']);

let testDashboardId: string | null = null;
Expand Down

0 comments on commit 7a7b031

Please sign in to comment.