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()
6565 }
6666
6767 [ Fact ]
68+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/26331" ) ]
6869 public void CanUploadSingleLargeFile ( )
6970 {
7071 // Create a large text file
Original file line number Diff line number Diff line change @@ -422,13 +422,6 @@ public async Task ConfigurationTouchedStress_InProcess()
422422 await ConfigurationTouchedStress ( HostingModel . InProcess ) ;
423423 }
424424
425- [ ConditionalFact ]
426- [ RequiresNewShim ]
427- public async Task ConfigurationTouchedStress_OutOfProcess ( )
428- {
429- await ConfigurationTouchedStress ( HostingModel . OutOfProcess ) ;
430- }
431-
432425 private async Task ConfigurationTouchedStress ( HostingModel hostingModel )
433426 {
434427 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()
179179
180180 [ ConditionalFact ]
181181 [ Repeat ]
182+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/26330" ) ]
182183 public async Task ReaderThrowsCanceledException ( )
183184 {
184185 var readIsAsyncCompletionSource = CreateTaskCompletionSource ( ) ;
You can’t perform that action at this time.
0 commit comments