Skip to content

Commit 84834e7

Browse files
committed
Update tests
1 parent 8ebaffd commit 84834e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tests/dotnet-MsiInstallation.Tests/MsiInstallerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void SdkInstallation()
137137
}
138138
else
139139
{
140+
// TODO: This doesn't work if we've installed additional runtimes to support the SDK
140141
VM.GetRemoteDirectory($@"c:\Program Files\dotnet")
141142
.Should()
142143
.NotExist();

src/Tests/dotnet-MsiInstallation.Tests/WorkloadSetTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ public void UpdateWorkloadSetWithoutAvailableManifests()
189189
VM.CreateRunCommand("dotnet", "workload", "update", "--source", @"c:\SdkTesting\workloadsets")
190190
.Execute()
191191
.Should()
192-
.Pass()
193-
.And.HaveStdOutContaining("No workload update found");
192+
.Fail();
194193

195194
VM.CreateRunCommand("dotnet", "workload", "search")
196195
.WithIsReadOnly(true)

0 commit comments

Comments
 (0)