Skip to content

Commit

Permalink
WIP: remove ActiveIssue for 9228, 10041, and 23209
Browse files Browse the repository at this point in the history
These passed in 100 runs on Windows 10 RS3, measuring if they stay clean
before merging.

fixes #9228
fixes #10041
fixes #23209
  • Loading branch information
Paulo Janotti committed Jan 30, 2018
1 parent 4f8c637 commit f2e3588
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public DefaultCredentialsTest(ITestOutputHelper output)
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalTheory(nameof(DomainJoinedTestsEnabled))]
[InlineData(false)]
[InlineData(true)]
Expand All @@ -61,7 +60,6 @@ public async Task UseDefaultCredentials_DefaultValue_Unauthorized(bool useProxy)
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalTheory(nameof(DomainJoinedTestsEnabled))]
[InlineData(false)]
[InlineData(true)]
Expand All @@ -79,7 +77,6 @@ public async Task UseDefaultCredentials_SetFalse_Unauthorized(bool useProxy)
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalTheory(nameof(DomainJoinedTestsEnabled))]
[InlineData(false)]
[InlineData(true)]
Expand All @@ -102,7 +99,6 @@ public async Task UseDefaultCredentials_SetTrue_ConnectAsCurrentIdentity(bool us
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalTheory(nameof(DomainJoinedTestsEnabled))]
[InlineData(false)]
[InlineData(true)]
Expand All @@ -125,7 +121,6 @@ public async Task UseDefaultCredentials_SetTrueAndServerOffersMultipleSchemes_Ok
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalTheory(nameof(DomainJoinedTestsEnabled))]
[InlineData(false)]
[InlineData(true)]
Expand All @@ -147,7 +142,6 @@ public async Task Credentials_SetToSpecificCredential_ConnectAsSpecificIdentity(
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalTheory(nameof(DomainJoinedTestsEnabled))]
[InlineData(false)]
[InlineData(true)]
Expand All @@ -173,7 +167,6 @@ public async Task Credentials_SetToWrappedDefaultCredential_ConnectAsCurrentIden
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalFact(nameof(DomainProxyTestsEnabled))]
public async Task Proxy_UseAuthenticatedProxyWithNoCredentials_ProxyAuthenticationRequired()
{
Expand All @@ -188,7 +181,6 @@ public async Task Proxy_UseAuthenticatedProxyWithNoCredentials_ProxyAuthenticati
}

[OuterLoop] // TODO: Issue #11345
[ActiveIssue(10041)]
[ConditionalFact(nameof(DomainProxyTestsEnabled))]
public async Task Proxy_UseAuthenticatedProxyWithDefaultCredentials_OK()
{
Expand Down
2 changes: 0 additions & 2 deletions src/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ public void SendAsync_ExpectedDiagnosticExceptionLogging()
}, UseManagedHandler.ToString()).Dispose();
}

[ActiveIssue(23209)]
[OuterLoop] // TODO: Issue #11345
[Fact]
public void SendAsync_ExpectedDiagnosticCancelledLogging()
Expand Down Expand Up @@ -582,7 +581,6 @@ public void SendAsync_ExpectedDiagnosticStopOnlyActivityLogging()
}, UseManagedHandler.ToString()).Dispose();
}

[ActiveIssue(23209)]
[OuterLoop] // TODO: Issue #11345
[Fact]
public void SendAsync_ExpectedDiagnosticCancelledActivityLogging()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ await Assert.ThrowsAsync<HttpRequestException>(() =>

[OuterLoop] // TODO: Issue #11345
[Theory, MemberData(nameof(BasicAuthEchoServers))]
[ActiveIssue(9228, TestPlatforms.Windows)]
public async Task PostNonRewindableContentUsingAuth_PreAuthenticate_Success(Uri serverUri)
{
HttpContent content = CustomContent.Create(ExpectedContent, false);
Expand Down

0 comments on commit f2e3588

Please sign in to comment.