8
8
public class VariableProviderTests
9
9
{
10
10
[ Test ]
11
+ [ Category ( "NoMono" ) ]
12
+ [ Description ( "Won't run on Mono due to source information not being available for ShouldMatchApproved." ) ]
11
13
public void ProvidesVariablesInContinuousDeliveryModeForPreRelease ( )
12
14
{
13
15
var semVer = new SemanticVersion
@@ -31,6 +33,8 @@ public void ProvidesVariablesInContinuousDeliveryModeForPreRelease()
31
33
}
32
34
33
35
[ Test ]
36
+ [ Category ( "NoMono" ) ]
37
+ [ Description ( "Won't run on Mono due to source information not being available for ShouldMatchApproved." ) ]
34
38
public void ProvidesVariablesInContinuousDeliveryModeForPreReleaseWithPadding ( )
35
39
{
36
40
var semVer = new SemanticVersion
@@ -54,6 +58,8 @@ public void ProvidesVariablesInContinuousDeliveryModeForPreReleaseWithPadding()
54
58
}
55
59
56
60
[ Test ]
61
+ [ Category ( "NoMono" ) ]
62
+ [ Description ( "Won't run on Mono due to source information not being available for ShouldMatchApproved." ) ]
57
63
public void ProvidesVariablesInContinuousDeploymentModeForPreRelease ( )
58
64
{
59
65
var semVer = new SemanticVersion
@@ -76,6 +82,8 @@ public void ProvidesVariablesInContinuousDeploymentModeForPreRelease()
76
82
}
77
83
78
84
[ Test ]
85
+ [ Category ( "NoMono" ) ]
86
+ [ Description ( "Won't run on Mono due to source information not being available for ShouldMatchApproved." ) ]
79
87
public void ProvidesVariablesInContinuousDeliveryModeForStable ( )
80
88
{
81
89
var semVer = new SemanticVersion
@@ -97,6 +105,8 @@ public void ProvidesVariablesInContinuousDeliveryModeForStable()
97
105
}
98
106
99
107
[ Test ]
108
+ [ Category ( "NoMono" ) ]
109
+ [ Description ( "Won't run on Mono due to source information not being available for ShouldMatchApproved." ) ]
100
110
public void ProvidesVariablesInContinuousDeploymentModeForStable ( )
101
111
{
102
112
var semVer = new SemanticVersion
@@ -118,6 +128,8 @@ public void ProvidesVariablesInContinuousDeploymentModeForStable()
118
128
}
119
129
120
130
[ Test ]
131
+ [ Category ( "NoMono" ) ]
132
+ [ Description ( "Won't run on Mono due to source information not being available for ShouldMatchApproved." ) ]
121
133
public void ProvidesVariablesInContinuousDeploymentModeForStableWhenCurrentCommitIsTagged ( )
122
134
{
123
135
var semVer = new SemanticVersion
0 commit comments