diff --git a/test/functional/functional-tests-runner.js b/test/functional/functional-tests-runner.js index 5a04ac759..4a0d6d0db 100755 --- a/test/functional/functional-tests-runner.js +++ b/test/functional/functional-tests-runner.js @@ -88,7 +88,7 @@ describe('FUNCTIONAL TESTS AUTO', function () { testCase.should.forEach((should) => { it(should.shouldName, async function () { - if (testCase.skip && testUtils.checkSkip(testCase.skip, 'lib')) { + if (should.skip && testUtils.checkSkip(should.skip, 'lib')) { this.skip(); } // Skip the test if the transport is specified (IoTA Lib does not support any transport)