File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/dotnet-MsiInstallation.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,14 +227,14 @@ public void UpdateShouldNotPinWorkloadSet()
227
227
GetWorkloadVersion ( ) . Should ( ) . Be ( WorkloadSetVersion2 ) ;
228
228
}
229
229
230
- [ Fact ( Skip = "Not Implemented " ) ]
230
+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/46905 " ) ]
231
231
public void WorkloadSetInstallationRecordIsWrittenCorrectly ( )
232
232
{
233
233
// Should the workload set version or the package version be used in the registry?
234
234
throw new NotImplementedException ( ) ;
235
235
}
236
236
237
- [ Fact ( Skip = "Not Implemented " ) ]
237
+ [ Fact ( Skip = "https://github.com/dotnet/sdk/issues/46905 " ) ]
238
238
public void TurnOffWorkloadSetUpdateMode ( )
239
239
{
240
240
// If you have a workload set installed and then turn off workload set update mode, what should happen?
You can’t perform that action at this time.
0 commit comments