Skip to content

Commit

Permalink
Unquarantine Tests (#24295)
Browse files Browse the repository at this point in the history
* Unquarantine Tests
  • Loading branch information
TanayParikh authored Jul 28, 2020
1 parent 8de0c73 commit 4aa5e03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,6 @@ public async Task Settings_InitialWindowSize_Client(string scheme)

[Theory]
[MemberData(nameof(SupportedSchemes))]
[QuarantinedTest]
public async Task ConnectionWindowSize_Server(string scheme)
{
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);
Expand Down
1 change: 0 additions & 1 deletion src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ public async Task TransitiveProjectReferences_TwoLevels()
}

[Fact]
[QuarantinedTest]
public async Task ProjectReferences_Graph()
{
var graph = new TestProjectGraph(_tempDir);
Expand Down

0 comments on commit 4aa5e03

Please sign in to comment.