Skip to content

Commit 9ffce97

Browse files
author
Miguel Barro
committed
Refs 11914. Disable pkcs11 windows testing till ci is reviewed
Signed-off-by: Miguel Barro <[email protected]>
1 parent 6ee7fa8 commit 9ffce97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/blackbox/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ endif()
215215
###############################################################################
216216

217217
# Filter pksc11 related tests if library is not available
218-
if(NOT LibP11_FOUND)
218+
# TODO: restore for windows when CI gets operational
219+
#if(NOT LibP11_FOUND)
220+
if(WIN32 OR NOT LibP11_FOUND)
219221
if(GTEST_INDIVIDUAL)
220222
set(pkcs_filter "[Pp][Kk][Cc][Ss]")
221223
else()

0 commit comments

Comments
 (0)