Skip to content

Commit dea3cf2

Browse files
Quarantine some tests (#26332)
* Quarantine some tests * remove test
1 parent 537ce92 commit dea3cf2

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

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

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

src/Servers/IIS/IIS/test/Common.FunctionalTests/ShutdownTests.cs

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

src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs

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

0 commit comments

Comments
 (0)