From 43975135566528a57e2b0ff442f4b47329c111a3 Mon Sep 17 00:00:00 2001 From: mapedraza <40356341+mapedraza@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:37:51 +0100 Subject: [PATCH] Update functional-tests-runner.js --- test/functional/functional-tests-runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }