Disable preEnumerateTheories for running tests (#35837)
authorStephen Toub <stoub@microsoft.com>
Tue, 5 May 2020 16:58:29 +0000 (12:58 -0400)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 16:58:29 +0000 (16:58 +0000)
eng/testing/xunit/xunit.runner.json

index 5d2ac04..a879e62 100644 (file)
@@ -1,5 +1,6 @@
 {
     "diagnosticMessages": true,
     "longRunningTestSeconds": 120,
-    "shadowCopy": false
+    "shadowCopy": false,
+    "preEnumerateTheories": false
 }
\ No newline at end of file