Skip to content

Commit

Permalink
unskip tests for code coverage (#59725)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
dmlemeshko and elasticmachine authored Mar 13, 2020
1 parent 96f74e6 commit dcabe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_scripted_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function({ getService, getPageObjects }) {
]);

describe('scripted fields', function() {
this.tags(['skipFirefox', 'skipCoverage']);
this.tags(['skipFirefox']);

before(async function() {
await browser.setWindowSize(1200, 800);
Expand Down

0 comments on commit dcabe3a

Please sign in to comment.