We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0956d1e + 68b8824 commit 4ebe395Copy full SHA for 4ebe395
test/coverlet.core.tests/Symbols/CecilSymbolHelperTests.cs
@@ -108,6 +108,7 @@ public void GetBranchPoints_CompleteIf()
108
Assert.Equal(34, points[1].StartLine);
109
}
110
111
+#if !RELEASE // Issue https://github.com/tonerdo/coverlet/issues/389
112
[Fact]
113
public void GetBranchPoints_Switch()
114
{
@@ -200,6 +201,7 @@ public void GetBranchPoints_SwitchWithMultipleCases()
200
201
Assert.Equal(94, points[2].StartLine);
202
Assert.Equal(94, points[3].StartLine);
203
204
+#endif
205
206
207
public void GetBranchPoints_AssignsNegativeLineNumberToBranchesInMethodsThatHaveNoInstrumentablePoints()
0 commit comments