Disable GenerateTestCasesForKeyPresses by default

This commit is contained in:
tznind
2025-03-20 08:57:24 +00:00
committed by Tig
parent 15bcf0f451
commit 4634b35c1b

View File

@@ -16,7 +16,7 @@ public class NetInputProcessor : InputProcessor<ConsoleKeyInfo>
/// to input stream.
/// </remarks>
/// </summary>
public static bool GenerateTestCasesForKeyPresses = true;
public static bool GenerateTestCasesForKeyPresses = false;
#pragma warning restore CA2211
/// <inheritdoc/>