mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#133973)
This commit is contained in:
parent
e7816b8456
commit
e8ba64e43e
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(currentUrl).to.equal(fieldUrl);
|
||||
};
|
||||
|
||||
describe('Changing field formatter to Url', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/133973
|
||||
describe.skip('Changing field formatter to Url', () => {
|
||||
before(async function () {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue