Skip to content

Commit 5c5a92b

Browse files
author
v-wuzhai
authored
Update Skip attribute with issue link for unimplemented tests (#46907)
1 parent 8ab5945 commit 5c5a92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotnet-MsiInstallation.Tests/WorkloadSetTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@ public void UpdateShouldNotPinWorkloadSet()
227227
GetWorkloadVersion().Should().Be(WorkloadSetVersion2);
228228
}
229229

230-
[Fact(Skip = "Not Implemented")]
230+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/46905")]
231231
public void WorkloadSetInstallationRecordIsWrittenCorrectly()
232232
{
233233
// Should the workload set version or the package version be used in the registry?
234234
throw new NotImplementedException();
235235
}
236236

237-
[Fact(Skip = "Not Implemented")]
237+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/46905")]
238238
public void TurnOffWorkloadSetUpdateMode()
239239
{
240240
// If you have a workload set installed and then turn off workload set update mode, what should happen?

0 commit comments

Comments
 (0)