File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
test/InMemory.FunctionalTests/Http3 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 55using System . Linq ;
66using System . Numerics ;
77using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Infrastructure ;
8+ using Microsoft . AspNetCore . Testing ;
89using Xunit ;
910
1011namespace Microsoft . AspNetCore . Server . Kestrel . Core . Tests
@@ -110,6 +111,7 @@ private void DifferentLengthsAreNotEqual()
110111 }
111112
112113 [ Fact ]
114+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/31500" ) ]
113115 private void AsciiBytesEqualAsciiStrings ( )
114116 {
115117 var byteRange = Enumerable . Range ( 1 , 127 ) . Select ( x => ( byte ) x ) ;
Original file line number Diff line number Diff line change @@ -1623,6 +1623,7 @@ await requestStream.WaitForStreamErrorAsync(
16231623 }
16241624
16251625 [ Fact ]
1626+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/31501" ) ]
16261627 public async Task DataBeforeHeaders_UnexpectedFrameError ( )
16271628 {
16281629 var requestStream = await InitializeConnectionAndStreamsAsync ( _noopApplication ) ;
You can’t perform that action at this time.
0 commit comments