Browse Source

Add "preEnumerateTheories": false (#2360)

pull/2362/head
Brian Popow 3 years ago
committed by GitHub
parent
commit
5ebc460d3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tests/ImageSharp.Tests/xunit.runner.json

3
tests/ImageSharp.Tests/xunit.runner.json

@ -1,5 +1,6 @@
{
"shadowCopy": false,
"methodDisplay": "method",
"diagnosticMessages": true
"diagnosticMessages": true,
"preEnumerateTheories": false
}

Loading…
Cancel
Save