mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-08 16:06:07 +02:00
Enable parallel test execution, mark timing-sensitive test as non-parallel, and use Interlocked for TaskId
This commit is contained in:
@@ -76,6 +76,7 @@ public class ConsoleStatementsTests
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[DoNotParallelize] // timing-sensitive: relies on Thread.Sleep to let the interpreter reach %read_key
|
||||
public void ReadKeyCanBeInterruptedByStopTest()
|
||||
{
|
||||
YesNtInterpreter interpreter = new YesNtInterpreter();
|
||||
|
||||
Reference in New Issue
Block a user