diff --git a/test/coverlet.core.tests/Symbols/CecilSymbolHelperTests.cs b/test/coverlet.core.tests/Symbols/CecilSymbolHelperTests.cs index 2b4c2ea2c..26c6add59 100644 --- a/test/coverlet.core.tests/Symbols/CecilSymbolHelperTests.cs +++ b/test/coverlet.core.tests/Symbols/CecilSymbolHelperTests.cs @@ -108,6 +108,7 @@ public void GetBranchPoints_CompleteIf() Assert.Equal(34, points[1].StartLine); } +#if !RELEASE // Issue https://github.com/tonerdo/coverlet/issues/389 [Fact] public void GetBranchPoints_Switch() { @@ -200,6 +201,7 @@ public void GetBranchPoints_SwitchWithMultipleCases() Assert.Equal(94, points[2].StartLine); Assert.Equal(94, points[3].StartLine); } +#endif [Fact] public void GetBranchPoints_AssignsNegativeLineNumberToBranchesInMethodsThatHaveNoInstrumentablePoints()