Skip to content

Commit 2adad6d

Browse files
Raise the AssemblySelectLimit
the nunit vs adapter ignores the test filter if there are more test cases than this https://docs.nunit.org/articles/vs-test-adapter/Tips-And-Tricks.html#assemblyselectlimit
1 parent 4b2458b commit 2adad6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ci/ci.runsettings

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<NUnit>
44
<DefaultTestNamePattern>{C}.{m}</DefaultTestNamePattern>
55
<DefaultTimeout>20000</DefaultTimeout>
6+
<AssemblySelectLimit>2147483647</AssemblySelectLimit>
67
</NUnit>
78
<RunConfiguration>
89
<TestCaseFilter>FullyQualifiedName!~EventStore.Core.Tests.LogFormat+V3</TestCaseFilter>

0 commit comments

Comments
 (0)