summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-14 12:06:05 +0800
committerGitHub <noreply@github.com>2022-09-14 12:06:05 +0800
commit2e8c016799def0379c6f5571b5138fc062cc2f1a (patch)
treed79b0af2e60ae646c05e5f056f07ce604b6cb3bb
parent7c85b500df69cf5c5856549dafe59d7b619e8b26 (diff)
downloadNim-2e8c016799def0379c6f5571b5138fc062cc2f1a.tar.gz
disable tlsEmulation for ic tests (#20345)
-rw-r--r--tests/ic/config.nims2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ic/config.nims b/tests/ic/config.nims
index 76b29a6aa..baed0ccd5 100644
--- a/tests/ic/config.nims
+++ b/tests/ic/config.nims
@@ -1,2 +1,2 @@
 when defined(windows):

-  --threads:off

+  --tlsEmulation:off