Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elastic/kibana into alert-use-curre…
Browse files Browse the repository at this point in the history
…nt-user
  • Loading branch information
XavierM committed Jan 4, 2024
2 parents f54224a + 46a5854 commit fa3a51d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['settings', 'common']);
const testSubjects = getService('testSubjects');

describe('runtime fields', function () {
// Failing: See https://github.com/elastic/kibana/issues/173558
describe.skip('runtime fields', function () {
this.tags(['skipFirefox']);

before(async function () {
Expand Down

0 comments on commit fa3a51d

Please sign in to comment.