skip failing test suite (#173558)

This commit is contained in:
Kibana Machine 2024-01-04 14:51:46 -05:00
parent 6d909fff99
commit 46a58541fa

View file

@ -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 () {