From 810e373aa58b79520f4f55b1a73823b8c21f0fa2 Mon Sep 17 00:00:00 2001 From: Victor Bojica Date: Tue, 3 Dec 2024 16:44:19 +0200 Subject: [PATCH] added todos for updating to latest cdi version when skipping tests --- test/webauthn/apis.test.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/webauthn/apis.test.js b/test/webauthn/apis.test.js index 2453c4b1b..c7eba3f13 100644 --- a/test/webauthn/apis.test.js +++ b/test/webauthn/apis.test.js @@ -59,6 +59,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express(); @@ -136,6 +137,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express(); @@ -199,6 +201,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express(); @@ -265,6 +268,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express(); @@ -338,6 +342,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express(); @@ -435,6 +440,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express(); @@ -581,6 +587,7 @@ describe(`apisFunctions: ${printPath("[test/webauthn/apis.test.js]")}`, function }); // run test if current CDI version >= 2.11 + // todo update this to crrect version if (!(await isCDIVersionCompatible("2.11"))) return; const app = express();