File tree 2 files changed +3
-0
lines changed
test/InMemory.FunctionalTests/Http3
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
using System . Linq ;
6
6
using System . Numerics ;
7
7
using Microsoft . AspNetCore . Server . Kestrel . Core . Internal . Infrastructure ;
8
+ using Microsoft . AspNetCore . Testing ;
8
9
using Xunit ;
9
10
10
11
namespace Microsoft . AspNetCore . Server . Kestrel . Core . Tests
@@ -110,6 +111,7 @@ private void DifferentLengthsAreNotEqual()
110
111
}
111
112
112
113
[ Fact ]
114
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/31500" ) ]
113
115
private void AsciiBytesEqualAsciiStrings ( )
114
116
{
115
117
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(
1623
1623
}
1624
1624
1625
1625
[ Fact ]
1626
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/31501" ) ]
1626
1627
public async Task DataBeforeHeaders_UnexpectedFrameError ( )
1627
1628
{
1628
1629
var requestStream = await InitializeConnectionAndStreamsAsync ( _noopApplication ) ;
You can’t perform that action at this time.
0 commit comments