Skip to content

Commit

Permalink
Update functional-tests-runner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza authored Nov 24, 2023
1 parent 236411c commit 4397513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/functional-tests-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('FUNCTIONAL TESTS', function () {

testCase.should.forEach((should) => {
it(should.shouldName, async function () {
if (testCase.skip && testUtils.checkSkip(testCase.skip, 'json')) {
if (should.skip && testUtils.checkSkip(should.skip, 'json')) {
this.skip();
}

Expand Down

0 comments on commit 4397513

Please sign in to comment.