Skip to content

Commit

Permalink
skip flaky suite (elastic#164224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 4cc6a00 commit dfe8c31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const browser = getService('browser');

describe('custom urls', function () {
// FLAKY: https://github.com/elastic/kibana/issues/164224
describe.skip('custom urls', function () {
const dfaJobId = `fq_regression_${Date.now()}`;
const generateDestinationIndex = (analyticsId: string) => `user-${analyticsId}`;
let testDashboardId: string | null = null;
Expand Down

0 comments on commit dfe8c31

Please sign in to comment.