Skip to content

Commit

Permalink
skip flaky suite (elastic#126027)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and lucasfcosta committed Mar 2, 2022
1 parent 158433c commit eb20c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_scripted_fields_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }) {
const esArchiver = getService('esArchiver');
const PageObjects = getPageObjects(['settings']);

describe('filter scripted fields', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/126027
describe.skip('filter scripted fields', function describeIndexTests() {
before(async function () {
// delete .kibana index and then wait for Kibana to re-create it
await browser.setWindowSize(1200, 800);
Expand Down

0 comments on commit eb20c02

Please sign in to comment.