Browse Source

Disable GenerateTestCasesForKeyPresses by default

tznind 4 months ago
parent
commit
4634b35c1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs

+ 1 - 1
Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs

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