Skip to content

Commit 73abb65

Browse files
committed
reenabled disabled tests
1 parent 9f6d78d commit 73abb65

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/Install-Scripts.Test/GivenThatIWantToInstallTheSdkFromAScript.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void WhenRuntimeParametersArePassedToInstallScripts(string runtime, strin
9898
[InlineData("2.2", "dotnet")]
9999
[InlineData("3.0", "dotnet")]
100100
[InlineData("3.1", "dotnet")]
101-
// [InlineData("5.0", "dotnet")] - Broken
101+
[InlineData("5.0", "dotnet")]
102102
[InlineData("Current", "dotnet")]
103103
[InlineData("LTS", "dotnet")]
104104
[InlineData("master", "dotnet")]
@@ -110,6 +110,10 @@ public void WhenRuntimeParametersArePassedToInstallScripts(string runtime, strin
110110
[InlineData("Current", "aspnetcore")]
111111
[InlineData("LTS", "aspnetcore")]
112112
[InlineData("master", "aspnetcore")]
113+
[InlineData("2.2", "aspnetcore")]
114+
[InlineData("3.0", "aspnetcore")]
115+
[InlineData("3.1", "aspnetcore")]
116+
[InlineData("5.0", "aspnetcore")]
113117
[InlineData("release/2.1", "aspnetcore")]
114118
[InlineData("release/2.2", "aspnetcore")]
115119
// [InlineData("release/3.0", "aspnetcore")] - Broken
@@ -140,7 +144,7 @@ public void WhenChannelResolvesToASpecificRuntimeVersion(string channel, string
140144
[InlineData("2.1")]
141145
[InlineData("3.0")]
142146
[InlineData("3.1")]
143-
// [InlineData("5.0")] - Broken
147+
[InlineData("5.0")]
144148
[InlineData("Current")]
145149
[InlineData("LTS")]
146150
[InlineData("master")]

0 commit comments

Comments
 (0)