mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#164224)
This commit is contained in:
parent
99e8cd042e
commit
b9d678c7b3
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue