Skip to content

Commit db3795b

Browse files
authored
Put MVC's functional tests in a separate test group (#8118)
Possible fix to #7313 One of the characteristics of these failures were that the test took long to run. The build log has warnings for several long running tests. This might be a result of CPU contention since mondo-ification that make MVC's functional tests run with nearly every other test project in the solution
1 parent a2e6322 commit db3795b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mvc/test/Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
99
<DefineConstants>$(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES</DefineConstants>
1010
<DefineConstants>$(DefineConstants);FUNCTIONAL_TESTS</DefineConstants>
11+
<TestGroupName>Mvc.FunctionalTests</TestGroupName>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)