26 lines
666 B
Diff
26 lines
666 B
Diff
From 5f54b90c87da3954ae400b5219bcd9d2064ba4c8 Mon Sep 17 00:00:00 2001
|
|
From: yezengruan <yezengruan@huawei.com>
|
|
Date: Mon, 6 Feb 2023 10:56:44 +0800
|
|
Subject: [PATCH] disable test_tpm2_swtpm_localca_pkcs11.test
|
|
|
|
Signed-off-by: yezengruan <yezengruan@huawei.com>
|
|
---
|
|
tests/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 4c601b8..2e523b5 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -94,7 +94,6 @@ TESTS += \
|
|
test_tpm2_swtpm_cert \
|
|
test_tpm2_swtpm_cert_ecc \
|
|
test_tpm2_swtpm_localca \
|
|
- test_tpm2_swtpm_localca_pkcs11.test \
|
|
test_tpm2_swtpm_setup_create_cert
|
|
|
|
if HAVE_TCSD
|
|
--
|
|
2.27.0
|
|
|