Skip to content

Commit 35a8a3e

Browse files
committed
Turned off method inlining for approval tests to work on build server
1 parent f370f2a commit 35a8a3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TestStack.BDDfy.Tests/Reporters/Html/HtmlReportBuilderTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.IO;
33
using System.Reflection;
4+
using System.Runtime.CompilerServices;
45
using ApprovalTests;
56
using ApprovalTests.Reporters;
67
using NUnit.Framework;
@@ -13,6 +14,7 @@ namespace TestStack.BDDfy.Tests.Reporters.Html
1314
public class HtmlReportBuilderTests
1415
{
1516
[Test]
17+
[MethodImpl(MethodImplOptions.NoInlining)]
1618
public void ShouldProduceExpectedHtml()
1719
{
1820
var model = new HtmlReportViewModel(

0 commit comments

Comments
 (0)