Skip to content

Commit a46e61b

Browse files
committed
enable win cert store test
1 parent 7ae117d commit a46e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/actions/setup_cross_ci_crt_environment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: The variable is used to disable the windows certificate store test to unblock a CI failure.
1818
# The variable should be set to TRUE after the CI is fixed.
19-
ENABLE_WINDOWS_CERT_STORE_TEST = False
19+
ENABLE_WINDOWS_CERT_STORE_TEST = True
2020

2121

2222
class SetupCrossCICrtEnvironment(Action):

0 commit comments

Comments
 (0)