mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#135110)
This commit is contained in:
parent
7fd4e6af0e
commit
a530305204
1 changed files with 2 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue