Skip to content

Commit

Permalink
skip flaky suite (#79463)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 11, 2020
1 parent 60c5cd9 commit 2e0007c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/url_field_formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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/79463
describe.skip('Changing field formatter to Url', () => {
before(async function () {
await esArchiver.load('dashboard/current/kibana');
await kibanaServer.uiSettings.replace({
Expand Down

0 comments on commit 2e0007c

Please sign in to comment.