Skip to content

Commit 3082689

Browse files
Disable routing microbenchmarks. See #61574 (#61575)
1 parent 215bfd3 commit 3082689

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Http/Routing/perf/Microbenchmarks/Microsoft.AspNetCore.Routing.Microbenchmarks.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<ServerGarbageCollection>true</ServerGarbageCollection>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<RootNamespace>Microsoft.AspNetCore.Routing</RootNamespace>
9+
10+
<!-- https://github.com/dotnet/aspnetcore/issues/61574 tracks re-enabling this -->
11+
<SkipMicrobenchmarksValidation>true</SkipMicrobenchmarksValidation>
912
</PropertyGroup>
1013

1114
<!--

0 commit comments

Comments
 (0)