Skip to content

Commit

Permalink
Remove Skip attribute from tests related to issue #42850 (#45744)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 10, 2025
2 parents 422fdd2 + a54746a commit 1d3bf3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Microsoft.NET.Build.Tests/ReferenceExeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public void ReferencedExeCanRunWhenPublishedWithTrimming(bool referenceExeInCode
.Replace("Boolean", referenceExeInCode.ToString()));
}

[RequiresMSBuildVersionTheory("17.0.0.32901", Skip = "https://github.com/dotnet/sdk/issues/42850")]
[RequiresMSBuildVersionTheory("17.0.0.32901")]
[InlineData("xunit")]
[InlineData("mstest")]
public void TestProjectCanReferenceExe(string testTemplateName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private RunningWatcher StartWatcher(TestAsset testAsset, string[] args, string w
return new RunningWatcher(this, watcher, watchTask, reporter, console, serviceHolder, shutdownSource);
}

[Theory(Skip="https://github.com/dotnet/sdk/issues/42850")]
[Theory]
[CombinatorialData]
public async Task UpdateAndRudeEdit(TriggerEvent trigger)
{
Expand Down Expand Up @@ -388,7 +388,7 @@ public enum UpdateLocation
TopFunction,
}

[Theory(Skip="https://github.com/dotnet/sdk/issues/42850")]
[Theory]
[CombinatorialData]
public async Task HostRestart(UpdateLocation updateLocation)
{
Expand Down

0 comments on commit 1d3bf3b

Please sign in to comment.