Unquarantine Tests (#24295)

* Unquarantine Tests
This commit is contained in:
Tanay Parikh 2020-07-28 11:21:33 -07:00 committed by GitHub
parent 8de0c7386c
commit 4aa5e03207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1495,7 +1495,6 @@ namespace Interop.FunctionalTests
[Theory]
[MemberData(nameof(SupportedSchemes))]
[QuarantinedTest]
public async Task ConnectionWindowSize_Server(string scheme)
{
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);

View File

@ -221,7 +221,6 @@ namespace Microsoft.DotNet.Watcher.Tools.Tests
}
[Fact]
[QuarantinedTest]
public async Task ProjectReferences_Graph()
{
var graph = new TestProjectGraph(_tempDir);