Skip to content

Commit 16de5ef

Browse files
author
Simon Ejsing
committed
Test wont run on mono
1 parent f8cdb53 commit 16de5ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitVersionCore.Tests/VariableProviderTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ public void ProvidesVariablesInContinuousDeploymentModeForStableWhenCurrentCommi
154154
}
155155

156156
[Test]
157+
[Category("NoMono")]
158+
[Description("Won't run on Mono due to source information not being available for ShouldMatchApproved.")]
157159
public void ProvidesVariablesInContinuousDeploymentModeWithTagNamePattern()
158160
{
159161
var semVer = new SemanticVersion

0 commit comments

Comments
 (0)