diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 87dbdf6e0803..75a339897b33 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
2.1.0
- 2.1.0-preview.25575.3
- 4.1.0-preview.25575.3
+ 2.1.0-preview.25604.3
+ 4.1.0-preview.25604.3
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index de0c29513653..583779cb2120 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -561,13 +561,13 @@
https://github.com/dotnet/dotnet
5ddd0ddc0ebadca21645a05c419ed5a034454605
-
+
https://github.com/microsoft/testfx
- 838c4cd634276a89dbfc88f5371d9000252b9299
+ aaa16e9321c4344b439324378ddb23b60e1d3461
-
+
https://github.com/microsoft/testfx
- 838c4cd634276a89dbfc88f5371d9000252b9299
+ aaa16e9321c4344b439324378ddb23b60e1d3461
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 1677ca49276f..29f36acceac9 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();