diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 3807961c242b..0a35f4fd93c8 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -55,8 +55,6 @@ This file should be imported by eng/Versions.props
11.0.0-beta.25567.101
10.0.0-rc.3.25567.101
10.0.0-rc.3.25567.101
- 10.0.2-servicing.25601.110
- 10.0.2-servicing.25601.110
11.0.0-beta.25567.101
11.0.0-beta.25567.101
10.0.0-rc.3.25567.101
@@ -144,8 +142,8 @@ This file should be imported by eng/Versions.props
7.0.0-preview.2.256
7.0.0-preview.2.256
- 2.1.0-preview.25575.3
- 4.1.0-preview.25575.3
+ 2.1.0-preview.25605.6
+ 4.1.0-preview.25605.6
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index ae7b79929607..6320b372f619 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -557,13 +557,13 @@
https://github.com/dotnet/dotnet
f67b36f27be47c1fe753f85bfd86ba10fcdf4c4e
-
+
https://github.com/microsoft/testfx
- 838c4cd634276a89dbfc88f5371d9000252b9299
+ 482dabb77a17c2f17caa88b9548e9e777897621f
-
+
https://github.com/microsoft/testfx
- 838c4cd634276a89dbfc88f5371d9000252b9299
+ 482dabb77a17c2f17caa88b9548e9e777897621f
https://github.com/dotnet/dotnet
diff --git a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs
index 367227f02a97..073d0085c066 100644
--- a/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs
+++ b/test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildAWindowsRuntimeComponent.cs
@@ -89,7 +89,7 @@ public void It_successfully_builds_when_referencing_winmds(string targetFramewor
.Pass();
}
- [WindowsOnlyFact]
+ [WindowsOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/52032")]
public void ManagedWinRTComponentCanBeReferenced()
{
var managedWinRTComponent = new TestProject()
diff --git a/test/dotnet.Tests/CommandTests/Test/GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs b/test/dotnet.Tests/CommandTests/Test/GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs
index 321d34f0ef48..e242b2fae4ff 100644
--- a/test/dotnet.Tests/CommandTests/Test/GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs
+++ b/test/dotnet.Tests/CommandTests/Test/GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs
@@ -47,7 +47,8 @@ public void RunTestProjectWithFailingTestsAndFileArtifacts_ShouldReturnExitCodeG
[InlineData(TestingConstants.Debug)]
[InlineData(TestingConstants.Release)]
- [Theory]
+ // Linux and macOS are being skipped. See: https://github.com/dotnet/sdk/issues/52029
+ [WindowsOnlyTheory]
public void RunTestProjectWithCodeCoverage_ShouldReturnExitCodeGenericFailure(string configuration)
{
TestAsset testInstance = _testAssetsManager.CopyTestAsset("TestProjectSolutionWithCodeCoverage", Guid.NewGuid().ToString()).WithSource();