mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Disable GenerateTestCasesForKeyPresses by default
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user