Skip to content

Commit 4aa5e03

Browse files
authored
Unquarantine Tests (#24295)
* Unquarantine Tests
1 parent 8de0c73 commit 4aa5e03

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,6 @@ public async Task Settings_InitialWindowSize_Client(string scheme)
14951495

14961496
[Theory]
14971497
[MemberData(nameof(SupportedSchemes))]
1498-
[QuarantinedTest]
14991498
public async Task ConnectionWindowSize_Server(string scheme)
15001499
{
15011500
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);

src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ public async Task TransitiveProjectReferences_TwoLevels()
221221
}
222222

223223
[Fact]
224-
[QuarantinedTest]
225224
public async Task ProjectReferences_Graph()
226225
{
227226
var graph = new TestProjectGraph(_tempDir);

0 commit comments

Comments
 (0)