Skip to content

Commit

Permalink
url_field_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 22, 2024
1 parent c3285d3 commit 0768888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/dashboard/group1/url_field_formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(currentUrl).to.equal(fieldUrl);
};

// Fails in chrome 129+: https://github.com/elastic/kibana-operations/issues/199
describe.skip('Changing field formatter to Url', () => {
describe('Changing field formatter to Url', () => {
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader', 'animals']);
await kibanaServer.savedObjects.cleanStandardList();
Expand Down

0 comments on commit 0768888

Please sign in to comment.