diff --git a/bin/tests/system/conf.sh.common b/bin/tests/system/conf.sh.common index e32f1a28fb..c18d5272e2 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -40,7 +40,7 @@ export LANG=C # SEQUENTIAL_UNIX in conf.sh.in; those that only run on windows should # be added to SEQUENTIAL_WINDOWS in conf.sh.win32. # -SEQUENTIAL_COMMON="ecdsa eddsa @PKCS11_TEST@ tkey" +SEQUENTIAL_COMMON="ecdsa eddsa tkey" # # These tests can use ports assigned by the caller (other than 5300 diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 70d5da8660..ff48313fbb 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -75,7 +75,7 @@ KRB5_CONFIG=/dev/null # # Construct the lists of tests to run # -SEQUENTIAL_UNIX="" +SEQUENTIAL_UNIX="@PKCS11_TEST@" SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX" PARALLEL_UNIX="@CHECKDS@ @COVERAGE@ @DNSTAP@ @KEYMGR@ logfileconfig" diff --git a/win32utils/Configure b/win32utils/Configure index 60c5e0e103..a378f44847 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -248,7 +248,6 @@ my @substtest = ("CHECKDS", "JSONSTATS", "KEYMGR", "NZD_TOOLS", - "PKCS11_TEST", "XMLSTATS", "ZLIB"),