From 218265dc6d3a382ce371dc68f39bc23327f89def Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 10 Oct 2017 09:51:56 -0700 Subject: [PATCH] Disable test discover in VS The test discovery is hurting our ability to load solutions quickly in preview builds. Temporarily disabling discovery while this is being fixed. Will re-enable once we have the fix. --- Roslyn.runsettings | 7 ------- build/Targets/Packages.props | 3 +-- src/CodeStyle/CSharp/Tests/CSharpCodeStyleTests.csproj | 1 - src/CodeStyle/Core/Tests/CodeStyleTests.csproj | 1 - src/CodeStyle/VisualBasic/Tests/BasicCodeStyleTests.vbproj | 1 - .../CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj | 1 - .../CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj | 1 - src/Scripting/CSharpTest/CSharpScriptingTest.csproj | 1 - src/Scripting/CoreTest/ScriptingTest.csproj | 1 - 9 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 Roslyn.runsettings diff --git a/Roslyn.runsettings b/Roslyn.runsettings deleted file mode 100644 index 34c7f0eefe6..00000000000 --- a/Roslyn.runsettings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - %userprofile%\.nuget\packages\xunit.runner.visualstudio\2.2.0-beta4-build1194 - - diff --git a/build/Targets/Packages.props b/build/Targets/Packages.props index 46dd4a5a449..67cd1a8cab2 100644 --- a/build/Targets/Packages.props +++ b/build/Targets/Packages.props @@ -232,8 +232,7 @@ 2.2.0 2.2.0 2.2.0 - 2.2.0 1.0.41 - \ No newline at end of file + diff --git a/src/CodeStyle/CSharp/Tests/CSharpCodeStyleTests.csproj b/src/CodeStyle/CSharp/Tests/CSharpCodeStyleTests.csproj index e2d02f16944..1b9cd0e08f8 100644 --- a/src/CodeStyle/CSharp/Tests/CSharpCodeStyleTests.csproj +++ b/src/CodeStyle/CSharp/Tests/CSharpCodeStyleTests.csproj @@ -27,7 +27,6 @@ - diff --git a/src/CodeStyle/Core/Tests/CodeStyleTests.csproj b/src/CodeStyle/Core/Tests/CodeStyleTests.csproj index 14dff88c79c..f3589d81398 100644 --- a/src/CodeStyle/Core/Tests/CodeStyleTests.csproj +++ b/src/CodeStyle/Core/Tests/CodeStyleTests.csproj @@ -27,7 +27,6 @@ - diff --git a/src/CodeStyle/VisualBasic/Tests/BasicCodeStyleTests.vbproj b/src/CodeStyle/VisualBasic/Tests/BasicCodeStyleTests.vbproj index 286f43f6a90..b036fa403dd 100644 --- a/src/CodeStyle/VisualBasic/Tests/BasicCodeStyleTests.vbproj +++ b/src/CodeStyle/VisualBasic/Tests/BasicCodeStyleTests.vbproj @@ -26,7 +26,6 @@ - diff --git a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj index 4c4c4f9281b..a4a44c2d059 100644 --- a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -33,7 +33,6 @@ - diff --git a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj index 54c048c1edf..1cb05d8ba5c 100644 --- a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj +++ b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj @@ -29,7 +29,6 @@ - diff --git a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj index d5dbc9577b9..05c9d7dc039 100644 --- a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj +++ b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj @@ -37,7 +37,6 @@ - diff --git a/src/Scripting/CoreTest/ScriptingTest.csproj b/src/Scripting/CoreTest/ScriptingTest.csproj index 2564798fe56..625ea4c8e2b 100644 --- a/src/Scripting/CoreTest/ScriptingTest.csproj +++ b/src/Scripting/CoreTest/ScriptingTest.csproj @@ -37,7 +37,6 @@ - -- GitLab