Skip to content

Commit 31d57a5

Browse files
authored
Move Kestrel Sockets tests to their own group (#6869)
1 parent 9dee5d7 commit 31d57a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/Sockets.FunctionalTests/Sockets.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<DefineConstants Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(DefineConstants);MACOS</DefineConstants>
66
<DefineConstants>$(DefineConstants);SOCKETS</DefineConstants>
77
<ServerGarbageCollection>true</ServerGarbageCollection>
8+
<TestGroupName>Sockets.FunctionalTest</TestGroupName>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)