skip failing test suite (#135110)

This commit is contained in:
Kibana Machine 2022-06-28 10:00:20 -04:00
parent 7fd4e6af0e
commit a530305204

View file

@ -21,7 +21,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const indexPatterns = getService('indexPatterns');
const toasts = getService('toasts');
describe('field formatter', function () {
// Failing: See https://github.com/elastic/kibana/issues/135110
describe.skip('field formatter', function () {
this.tags(['skipFirefox']);
before(async function () {