Skip to content

Commit

Permalink
skip flaky suite (#95376)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley authored and jbudz committed Apr 22, 2021
1 parent ba6121e commit e5d6d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_runtime_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit e5d6d12

Please sign in to comment.