Skip to content

Commit

Permalink
skip flaky suite (#95376)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 19, 2021
1 parent 25c3813 commit 755a9fe
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 () {
// FLAKY: https://github.com/elastic/kibana/issues/95376
describe.skip('runtime fields', function () {
this.tags(['skipFirefox']);

before(async function () {
Expand Down

0 comments on commit 755a9fe

Please sign in to comment.