Skip to content

Commit

Permalink
skip flaky suite (#89475)
Browse files Browse the repository at this point in the history
(cherry picked from commit c8ef36a)
  • Loading branch information
spalger committed Jan 27, 2021
1 parent 31397ba commit 9030eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_scripted_fields_preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['settings']);
const SCRIPTED_FIELD_NAME = 'myScriptedField';

describe('scripted fields preview', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89475
describe.skip('scripted fields preview', () => {
before(async function () {
await browser.setWindowSize(1200, 800);
await PageObjects.settings.createIndexPattern();
Expand Down

0 comments on commit 9030eab

Please sign in to comment.