Skip to content

Commit

Permalink
skip failing test suite (#173558)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 4, 2024
1 parent 6d909ff commit 46a5854
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 46a5854

Please sign in to comment.