Skip to content

Commit b72c065

Browse files
authored
Quarantine recently failing tests (#33457)
1 parent e847f57 commit b72c065

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/BinaryHttpClientTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ protected override void InitializeAsyncCore()
4646
public override Task InitializeAsync() => base.InitializeAsync(Guid.NewGuid().ToString());
4747

4848
[Fact]
49+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/33454")]
4950
public void CanSendAndReceiveBytes()
5051
{
5152
IssueRequest("/subdir/api/data");

src/Servers/Kestrel/test/FunctionalTests/ResponseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ await connection.Send(
252252

253253
[Theory]
254254
[MemberData(nameof(ConnectionMiddlewareData))]
255+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/33455")]
255256
public async Task WritingToConnectionAfterUnobservedCloseTriggersRequestAbortedToken(ListenOptions listenOptions)
256257
{
257258
const int connectionPausedEventId = 4;

0 commit comments

Comments
 (0)