Skip to content

Commit

Permalink
checking on estf
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Aug 20, 2020
1 parent ec24bfb commit f6475e0
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 @@ -53,7 +53,8 @@ export default function ({ getService, getPageObjects }) {
'timePicker',
]);

describe('scripted fields', function () {
// eslint-disable-next-line mocha/no-exclusive-tests
describe.only('scripted fields', function () {
this.tags(['skipFirefox']);

before(async function () {
Expand Down

0 comments on commit f6475e0

Please sign in to comment.