Skip to content

Commit 617b820

Browse files
author
John Luo
authored
Skip conflicting test and re-enable WebHostBuilder test (#30672)
1 parent b29a058 commit 617b820

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Hosting/Hosting/test/HostingApplicationDiagnosticsTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public void ActivityOnImportHookIsCalled()
493493
Assert.True(Activity.Current.Recorded);
494494
}
495495

496-
[Fact]
496+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/30582")]
497497
public void ActivityListenersAreCalled()
498498
{
499499
var hostingApplication = CreateApplication(out var features);

src/Hosting/Hosting/test/WebHostBuilderTests.cs

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
using Microsoft.AspNetCore.Hosting.Tests.Fakes;
1616
using Microsoft.AspNetCore.Http;
1717
using Microsoft.AspNetCore.Http.Features;
18-
using Microsoft.AspNetCore.Testing;
1918
using Microsoft.Extensions.Configuration;
2019
using Microsoft.Extensions.DependencyInjection;
2120
using Microsoft.Extensions.Hosting;
@@ -115,7 +114,6 @@ public async Task MultipleUseStartupCallsLastWins(IWebHostBuilder builder)
115114

116115
[Theory]
117116
[MemberData(nameof(DefaultWebHostBuildersWithConfig))]
118-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/30582")]
119117
public async Task UseStartupFactoryWorks(IWebHostBuilder builder)
120118
{
121119
void ConfigureServices(IServiceCollection services) { }

0 commit comments

Comments
 (0)