skip flaky suite (#95376)

This commit is contained in:
Tiago Costa 2021-08-19 15:31:52 +01:00
parent 2d835422e4
commit eec7bb318b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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