Skip to content

Commit c4d06ec

Browse files
author
John Luo
authored
Flaky tests (#31502)
1 parent 3c79366 commit c4d06ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Servers/Kestrel/Core/test/AsciiDecoding.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Linq;
66
using System.Numerics;
77
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure;
8+
using Microsoft.AspNetCore.Testing;
89
using Xunit;
910

1011
namespace 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);

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)