diff --git a/test/functional/functional-tests-runner.js b/test/functional/functional-tests-runner.js index 2f5d3f5d1..ef29bda6e 100755 --- a/test/functional/functional-tests-runner.js +++ b/test/functional/functional-tests-runner.js @@ -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(); }