skip flaky suite (#164224)

This commit is contained in:
Tiago Costa 2024-01-29 22:06:09 +00:00
parent 99e8cd042e
commit b9d678c7b3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;