parent
8de0c7386c
commit
4aa5e03207
|
|
@ -1495,7 +1495,6 @@ namespace Interop.FunctionalTests
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[MemberData(nameof(SupportedSchemes))]
|
[MemberData(nameof(SupportedSchemes))]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task ConnectionWindowSize_Server(string scheme)
|
public async Task ConnectionWindowSize_Server(string scheme)
|
||||||
{
|
{
|
||||||
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);
|
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||||
|
|
|
||||||
|
|
@ -221,7 +221,6 @@ namespace Microsoft.DotNet.Watcher.Tools.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task ProjectReferences_Graph()
|
public async Task ProjectReferences_Graph()
|
||||||
{
|
{
|
||||||
var graph = new TestProjectGraph(_tempDir);
|
var graph = new TestProjectGraph(_tempDir);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue