skip flaky suite (#95376)

This commit is contained in:
Tyler Smalley 2021-04-06 12:47:39 -07:00
parent 0c33b1f90a
commit 2ac6fc7ee2

View file

@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['settings']);
const testSubjects = getService('testSubjects');
describe('runtime fields', function () {
// Failing: See https://github.com/elastic/kibana/issues/95376
describe.skip('runtime fields', function () {
this.tags(['skipFirefox']);
before(async function () {