File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Components/test/E2ETest/Tests Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ public void CanUploadSingleSmallFile()
65
65
}
66
66
67
67
[ Fact ]
68
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/26331" ) ]
68
69
public void CanUploadSingleLargeFile ( )
69
70
{
70
71
// Create a large text file
Original file line number Diff line number Diff line change @@ -422,13 +422,6 @@ public async Task ConfigurationTouchedStress_InProcess()
422
422
await ConfigurationTouchedStress ( HostingModel . InProcess ) ;
423
423
}
424
424
425
- [ ConditionalFact ]
426
- [ RequiresNewShim ]
427
- public async Task ConfigurationTouchedStress_OutOfProcess ( )
428
- {
429
- await ConfigurationTouchedStress ( HostingModel . OutOfProcess ) ;
430
- }
431
-
432
425
private async Task ConfigurationTouchedStress ( HostingModel hostingModel )
433
426
{
434
427
var deploymentResult = await DeployAsync ( Fixture . GetBaseDeploymentParameters ( hostingModel ) ) ;
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ public async Task WriterThrowsCanceledException()
179
179
180
180
[ ConditionalFact ]
181
181
[ Repeat ]
182
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/26330" ) ]
182
183
public async Task ReaderThrowsCanceledException ( )
183
184
{
184
185
var readIsAsyncCompletionSource = CreateTaskCompletionSource ( ) ;
You can’t perform that action at this time.
0 commit comments