Skip to content

Commit

Permalink
skip failing es promotion suites (#113745)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 4, 2021
1 parent a99bdca commit fefc34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_scripted_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ export default function ({ getService, getPageObjects }) {
});
});

describe('creating and using Painless date scripted fields', function describeIndexTests() {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/113745
describe.skip('creating and using Painless date scripted fields', function describeIndexTests() {
const scriptedPainlessFieldName2 = 'painDate';

it('should create scripted field', async function () {
Expand Down

0 comments on commit fefc34e

Please sign in to comment.