From f7ba3fee445ad6a9907dc08a2f5f0172f029d4d9 Mon Sep 17 00:00:00 2001 From: Yvan Duhamel Date: Mon, 18 Feb 2019 16:02:16 +0100 Subject: [PATCH] Update CustomConfigTests.cs --- LDAPCP.Tests/CustomConfigTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDAPCP.Tests/CustomConfigTests.cs b/LDAPCP.Tests/CustomConfigTests.cs index 2d8151a..9431d40 100644 --- a/LDAPCP.Tests/CustomConfigTests.cs +++ b/LDAPCP.Tests/CustomConfigTests.cs @@ -59,7 +59,7 @@ public void BypassLookupOnGroupClaimTest(string inputValue, int expectedCount, s [NonParallelizable] public void TestDynamicTokens(string inputValue) { - // Even with NonParallelizable set, it seems that the method can run multiple times simultaneously, so lock is required + // With NonParallelizable set, this method is not called in parallel with other methods, but it seems it can still be called multiple times simultaneously, so lock is required due to the multiple config changes lock (LockUpdateDynamicTokensConfig) { string domainNetbios = "contoso";