diff --git a/NuGet.config b/NuGet.config
index ecf2c176d5ad..29933b739dfc 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -28,6 +28,8 @@
+
+
diff --git a/test/dotnet-test.Tests/GivenDotnetTestBuildsAndDiscoversTests.cs b/test/dotnet-test.Tests/GivenDotnetTestBuildsAndDiscoversTests.cs
index e592f717be12..1a2733a57f3d 100644
--- a/test/dotnet-test.Tests/GivenDotnetTestBuildsAndDiscoversTests.cs
+++ b/test/dotnet-test.Tests/GivenDotnetTestBuildsAndDiscoversTests.cs
@@ -106,7 +106,7 @@ public void DiscoverMultipleTestProjectsWithTests_ShouldReturnExitCodeSuccess(st
[InlineData(TestingConstants.Debug)]
[InlineData(TestingConstants.Release)]
- [Theory]
+ [Theory(Skip= "https://github.com/dotnet/sdk/issues/46923")]
public void DiscoverProjectWithMSTestMetaPackageAndMultipleTFMsWithTests_ShouldReturnExitCodeSuccess(string configuration)
{
TestAsset testInstance = _testAssetsManager.CopyTestAsset("MSTestMetaPackageProjectWithMultipleTFMsSolution", Guid.NewGuid().ToString())