Skip to content

[WIP] Try running tests on helix #6037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 59 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
7bea437
Add helix stuff
HaoK Dec 19, 2018
746f4ec
Cleanup
HaoK Dec 19, 2018
065258b
Add runtests files
HaoK Dec 19, 2018
f959890
Exclude non csproj
HaoK Dec 19, 2018
9258abd
Hardcode project list for now
HaoK Dec 19, 2018
e00aa3e
Add helix stuff
HaoK Dec 19, 2018
3f2b7f3
Cleanup
HaoK Dec 19, 2018
55214c5
Exclude non csproj
HaoK Dec 19, 2018
d19968a
Hardcode project list for now
HaoK Dec 19, 2018
6658052
Hardcode single test proj
HaoK Jan 3, 2019
43f4b8c
Hardcode helix test project list for now
HaoK Jan 9, 2019
3db0a44
Hardcode test list for now
HaoK Jan 9, 2019
70796f2
Fix
HaoK Jan 9, 2019
1613c1a
Skip tests that are failing due to missing sln
HaoK Jan 10, 2019
d801298
Update WebHostFunctionalTests.cs
HaoK Jan 10, 2019
403e7bf
Update CdnScriptTaghelperTests.cs
HaoK Jan 10, 2019
89547cd
Update CodeGenerationIntegrationTest.cs
HaoK Jan 10, 2019
d5aa2a2
Update InstrumentationPassIntegrationTest.cs
HaoK Jan 10, 2019
08eaa43
Update AvoidHtmlPartialAnalyzerTest.cs
HaoK Jan 10, 2019
9b21d6b
Update WebHostFunctionalTests.cs
HaoK Jan 10, 2019
d8f1ef0
Update LoggingTest.cs
HaoK Jan 10, 2019
2d6bc8d
Switch to exec for now
HaoK Jan 11, 2019
09e0a09
Fix
HaoK Jan 11, 2019
eee3393
Update repo.targets
HaoK Jan 11, 2019
888e067
Use environment.new line for test
HaoK Jan 11, 2019
fecfc0d
Update LegacySectionTargetExtensionTest.cs
HaoK Jan 11, 2019
d56d59e
Update expected line endings
HaoK Jan 11, 2019
b42a956
Skip some entire assemblies
HaoK Jan 11, 2019
e993409
Skip hosting functionals
HaoK Jan 11, 2019
e4075a7
Delete csprojs
HaoK Jan 11, 2019
e0ad4d6
Update LegacySectionTargetExtensionTest.cs
HaoK Jan 11, 2019
7d9fb63
Update DefaultExtensionAssemblyLoaderTest.cs
HaoK Jan 11, 2019
f021b28
Update RazorTemplateEngineIntegrationTest.cs
HaoK Jan 11, 2019
32e91bd
Update TagHelpersIntegrationTest.cs
HaoK Jan 11, 2019
940b9d6
Stop running passing helix tests for now
HaoK Jan 11, 2019
fc1373b
Run only passing tests (ensure these are green)
HaoK Jan 11, 2019
18bd51b
Update helix.proj
HaoK Jan 11, 2019
1e8e626
Update ViewComponentTagHelperDescriptorProviderTest.cs
HaoK Jan 11, 2019
2e5a968
Update RazorPageGeneratorTest.cs
HaoK Jan 11, 2019
a16f208
Update XmlSerializerOutputFormatterTest.cs
HaoK Jan 11, 2019
7fc93d0
Update DefaultRazorProjectItemTest.cs
HaoK Jan 11, 2019
78e5925
Update BasicIntegrationTest.cs
HaoK Jan 11, 2019
5ed3feb
Update RazorTemplateEngineTest.cs
HaoK Jan 14, 2019
2c73cf5
Update DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs
HaoK Jan 14, 2019
615da25
Update DefaultRazorTagHelperBinderPhaseTest.cs
HaoK Jan 14, 2019
8ec4ee7
Update DefaultRazorTagHelperBinderPhaseTest.cs
HaoK Jan 14, 2019
b0b9da7
Update DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs
HaoK Jan 14, 2019
c43ab73
Add new BuildHelixPayload switch which defaults to IsTestProject
HaoK Jan 14, 2019
b819ce4
Fix check
HaoK Jan 15, 2019
c3c1a2c
TestPayload => HelixPayload
HaoK Jan 15, 2019
53cde7f
Fixes
HaoK Jan 15, 2019
478f747
Disable some more tests on helix
HaoK Jan 15, 2019
cb22052
Merge branch 'release/2.1' into haok/helix
HaoK Jan 15, 2019
a4611c0
Update Diagnostics.EFCore.FunctionalTests.csproj
HaoK Jan 15, 2019
c85d357
Update Microsoft.AspNetCore.WebSockets.Tests.csproj
HaoK Jan 15, 2019
55b2029
Update Microsoft.AspNetCore.FunctionalTests.csproj
HaoK Jan 15, 2019
d30b21b
Skip failing OSX test
HaoK Jan 15, 2019
0e58c5e
Skip cert tests on OSX
HaoK Jan 15, 2019
baaf13b
Try disabling quirk explicitly
HaoK Jan 15, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:
jobName: Linux_Build
jobDisplayName: "Build and test : Linux"
agentOs: Linux

- job: Helix
pool:
name: Hosted VS2017
vmImage: vs2017-win2016
variables:
- group: Helix Anonymous
steps:
- checkout: self
clean: true
- script: .\build.cmd -ci /t:Helix
displayName: Run build.cmd helix target
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<IsBenchmarkProject Condition="$(MSBuildProjectName.EndsWith('.Performance')) OR $(RepoRelativeProjectDir.Contains('perf'))">true</IsBenchmarkProject>
<IsTestProject Condition="$(MSBuildProjectName.EndsWith('Tests')) OR $(MSBuildProjectName.EndsWith('.Test'))">true</IsTestProject>
<IsTestAssetProject Condition="$(RepoRelativeProjectDir.Contains('testassets'))">true</IsTestAssetProject>
<BuildHelixPayload Condition="'$(IsTestProject)' == 'true'">true</BuildHelixPayload>
<IsSampleProject Condition="$(RepoRelativeProjectDir.Contains('sample'))">true</IsSampleProject>

<IncludeSource>false</IncludeSource>
Expand Down
68 changes: 68 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,72 @@
<Import Project="eng\targets\Cpp.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.vcxproj'" />
<Import Project="eng\targets\Npm.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.npmproj'" />
<Import Project="eng\targets\ResolveIisReferences.targets" Condition=" '$(MSBuildProjectExtension)' != '.vcxproj' " />

<ItemGroup>
<PackageReference Include="xunit.runner.console" Version="2.4.1" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
</ItemGroup>

<Target Name="CreateHelixPayload" Returns="@(HelixPayload)">

<ItemGroup>
<_TargetFrameworks Remove="@(_TargetFrameworks)" />
<_TargetFrameworks Include="$(TargetFrameworks);$(TargetFramework)" />
</ItemGroup>

<MSBuild Projects="$(MSBuildProjectFullPath)"
Targets="_CreateHelixPayloadInner"
Properties="TargetFramework=%(_TargetFrameworks.Identity)">
<Output TaskParameter="TargetOutputs" ItemName="HelixPayload" />
</MSBuild>
</Target>

<Target Name="CollectXunitConsoleRunner" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<PropertyGroup>
<XunitConsoleRunnerDir>$([System.IO.Path]::GetDirectoryName($(XunitConsole472Path)))</XunitConsoleRunnerDir>
</PropertyGroup>

<ItemGroup>
<XunitConsoleRunnerFiles Include="$(XunitConsoleRunnerDir)/**/*" />
</ItemGroup>

<Copy SourceFiles="@(XunitConsoleRunnerFiles)" DestinationFolder="$(PublishDir)" />
</Target>

<Target Name="_CreateHelixPayloadInner"
DependsOnTargets="Publish;CollectXunitConsoleRunner"
Condition="'$(BuildHelixPayload)' == 'true' AND ('$(HelixTargetQueue)' == 'Windows.10.Amd64.Open' OR '$(TargetFrameworkIdentifier)' != '.NETFramework')"
Returns="@(HelixPayload)">

<ConvertToAbsolutePath Paths="$(PublishDir)">
<Output TaskParameter="AbsolutePaths" PropertyName="PublishAbsoluteDir" />
</ConvertToAbsolutePath>

<!-- Windows NetCore -->
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework' AND '$(HelixTargetQueue)' == 'Windows.10.Amd64.Open'" >
<_CopyItems Include="$(MSBuildThisFileDirectory)test\vstest\runtests.cmd" />
</ItemGroup>

<!-- Windows NetFramework -->
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' AND '$(HelixTargetQueue)' == 'Windows.10.Amd64.Open'" >
<_CopyItems Include="$(MSBuildThisFileDirectory)test\xunit\runtests.cmd" />
</ItemGroup>

<!-- NonWindows -->
<ItemGroup Condition="'$(HelixTargetQueue)' != 'Windows.10.Amd64.Open'" >
<_CopyItems Include="$(MSBuildThisFileDirectory)test\vstest\runtests.sh" />
</ItemGroup>

<Copy SourceFiles="@(_CopyItems)" DestinationFolder="$(PublishAbsoluteDir)" />

<ItemGroup>
<HelixPayload Include="$(PublishAbsoluteDir)">
<TestAssembly>$(TargetFileName)</TestAssembly>
<TestName>$(MSBuildProjectName)-$(TargetFramework)</TestName>
<!-- Look into how to be able to use $(NETCoreSdkVersion) -->
<Command Condition="'$(HelixTargetQueue)' == 'Windows.10.Amd64.Open'">runtests.cmd $(TargetFileName) $(NETCoreSdkVersion) $(RuntimeFrameworkVersion)</Command>
<Command Condition="'$(HelixTargetQueue)' != 'Windows.10.Amd64.Open'">./runtests.sh $(TargetFileName) $(NETCoreSdkVersion) $(RuntimeFrameworkVersion)</Command>
<TestTimeout>$(DistributedTestTimeout)</TestTimeout>
</HelixPayload>
</ItemGroup>
</Target>
</Project>
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<packageSources>
<clear />
<!-- Restore sources should be defined in build/sources.props. -->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
</packageSources>
</configuration>
21 changes: 21 additions & 0 deletions build/repo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,25 @@
Text="Repository %(Repository.Identity) is missing NuGetPackageVerifier.json. Expected file to exist in %(Repository.RootPath)NuGetPackageVerifier.json" />
</Target>

<!-- will move into korebuild -->
<PropertyGroup>
<DefaultHelixTestTimeout>00:30:00</DefaultHelixTestTimeout>
</PropertyGroup>

<!-- <Target Name="Helix" DependsOnTargets="GetTestAssemblies;Restore"> -->
<Target Name="Helix" DependsOnTargets="Restore">
<ItemGroup>
<CsProjects Include="@(ProjectToBuild)" Condition="'%(Extension)' == '.csproj'" />
</ItemGroup>
<PropertyGroup>
<HelixTestProjects>@(CsProjects)</HelixTestProjects>
</PropertyGroup>
<Exec Command="dotnet msbuild $(MSBuildThisFileDirectory)..\test\helix.proj" />
<!-- <MSBuild Projects="$(MSBuildThisFileDirectory)..\test\helix.proj"
Targets="Test"
Properties="ProjectsToTest=$(HelixTestProjects)"
ContinueOnError="ErrorAndStop"
BuildInParallel="false" /> -->
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public LoggingTest(ITestOutputHelper output) : base(output)
{
}

[Theory]
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
[InlineData(ApplicationType.Portable)]
[InlineData(ApplicationType.Standalone)]
public async Task DefaultAILogFiltersApplied(ApplicationType applicationType)
Expand Down Expand Up @@ -53,7 +53,7 @@ public async Task DefaultAILogFiltersApplied(ApplicationType applicationType)
Assert.Contains("Specific trace log", responseText);
}

[Theory]
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
[InlineData(ApplicationType.Portable)]
[InlineData(ApplicationType.Standalone)]
public async Task CustomAILogFiltersApplied(ApplicationType applicationType)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public void System_UsesProvidedDirectory_WithConfigurationCallback()
});
}

[Fact]
[ConditionalFact] // https://github.com/aspnet/AspNetCore/issues/6720
[OSSkipCondition(OperatingSystems.MacOSX)]
public void System_UsesProvidedDirectoryAndCertificate()
{
var filePath = Path.Combine(GetTestFilesPath(), "TestCert.pfx");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>

<BuildHelixPayload>false</BuildHelixPayload>
<!--
Workaround for "Use executable flags in Microsoft.NET.Test.Sdk" (https://github.com/Microsoft/vstest/issues/792).
Remove when fixed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@ public WebHostFunctionalTests(ITestOutputHelper output) : base(output)
_testSitesPath = GetTestSitesPath();
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task Start_RequestDelegate_Url()
{
await ExecuteStartOrStartWithTest(deploymentResult => deploymentResult.HttpClient.GetAsync(string.Empty), "StartRequestDelegateUrlApp");
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task Start_RouteBuilder_Url()
{
await ExecuteStartOrStartWithTest(deploymentResult => deploymentResult.HttpClient.GetAsync("/route"), "StartRouteBuilderUrlApp");
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task StartWith_IApplicationBuilder_Url()
{
await ExecuteStartOrStartWithTest(deploymentResult => deploymentResult.HttpClient.GetAsync(string.Empty), "StartWithIApplicationBuilderUrlApp");
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task CreateDefaultBuilder_InitializeWithDefaults()
{
var applicationName = "CreateDefaultBuilderApp";
Expand All @@ -73,7 +73,7 @@ await ExecuteTestApp(applicationName, async (deploymentResult, logger) =>
}, setTestEnvVars: true);
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task CreateDefaultBuilderOfT_InitializeWithDefaults()
{
var applicationName = "CreateDefaultBuilderOfTApp";
Expand All @@ -100,7 +100,7 @@ await ExecuteTestApp(applicationName, async (deploymentResult, logger) =>
}, setTestEnvVars: true);
}

[Theory]
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
[InlineData("Development", "InvalidOperationException: Cannot consume scoped service")]
[InlineData("Production", "Success")]
public async Task CreateDefaultBuilder_InitializesDependencyInjectionSettingsBasedOnEnv(string environment, string expected)
Expand All @@ -124,7 +124,7 @@ await ExecuteTestApp(applicationName, async (deploymentResult, logger) =>
}, setTestEnvVars: true, environment: environment);
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public void LoggingConfigurationSectionPassedToLoggerByDefault()
{
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Hosting/test/FunctionalTests/WebHostBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ public class WebHostBuilderTests : LoggedTest
{
public WebHostBuilderTests(ITestOutputHelper output) : base(output) { }

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task InjectedStartup_DefaultApplicationNameIsEntryAssembly_CoreClr()
=> await InjectedStartup_DefaultApplicationNameIsEntryAssembly(RuntimeFlavor.CoreClr);

[ConditionalFact]
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
[OSSkipCondition(OperatingSystems.MacOSX)]
[OSSkipCondition(OperatingSystems.Linux)]
public async Task InjectedStartup_DefaultApplicationNameIsEntryAssembly_Clr()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<!-- These tests are broken in Azure Pipelines right now due to deadlocks in EFCore on machines with few CPU cores. -->
<SkipTests Condition=" '$(BUILD_REASON)' == 'PullRequest' ">true</SkipTests>
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<!-- These tests are completely busted in Azure Pipelines due to OutOfMemoryExceptions caused by https://github.com/aspnet/Extensions/issues/844 -->
<SkipTests Condition=" '$(BUILD_REASON)' == 'PullRequest' ">true</SkipTests>
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Identity/test/Identity.Test/CdnScriptTaghelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public CdnScriptTagTests(ITestOutputHelper output)
_output = output;
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task IdentityUI_ScriptTags_SubresourceIntegrityCheck()
{
var slnDir = GetSolutionDir();
Expand Down
3 changes: 3 additions & 0 deletions src/Identity/test/Identity.Test/SignInManagerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ public async Task PasswordSignInWorksWithNonTwoFactorStore()
[InlineData(false)]
public async Task CheckPasswordOnlyResetLockoutWhenTfaNotEnabled(bool tfaEnabled)
{
// REMOVE: this shouldn't be needed
AppContext.SetSwitch("Microsoft.AspNetCore.Identity.CheckPasswordSignInAlwaysResetLockoutOnSuccess", false);

// Setup
var user = new PocoUser { UserName = "Foo" };
var manager = SetupUserManager(user);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<!-- Mitigation for long path issues -->
<AssemblyName>Diagnostics.EFCore.FunctionalTests</AssemblyName>
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<BuildHelixPayload>false</BuildHelixPayload>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public async Task NoDiagnosticsAreReturned_FoEmptyScenarios()
Assert.Empty(result);
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task NoDiagnosticsAreReturned_ForNonUseOfHtmlPartial()
{
// Arrange
Expand All @@ -41,7 +41,7 @@ public async Task NoDiagnosticsAreReturned_ForNonUseOfHtmlPartial()
Assert.Empty(result);
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task NoDiagnosticsAreReturned_ForUseOfHtmlPartialAsync()
{
// Arrange
Expand All @@ -54,7 +54,7 @@ public async Task NoDiagnosticsAreReturned_ForUseOfHtmlPartialAsync()
Assert.Empty(result);
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task DiagnosticsAreReturned_ForUseOfHtmlPartial()
{
// Arrange
Expand All @@ -76,7 +76,7 @@ public async Task DiagnosticsAreReturned_ForUseOfHtmlPartial()
});
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task DiagnosticsAreReturned_ForUseOfHtmlPartial_WithAdditionalParameters()
{
// Arrange
Expand All @@ -98,7 +98,7 @@ public async Task DiagnosticsAreReturned_ForUseOfHtmlPartial_WithAdditionalParam
});
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task DiagnosticsAreReturned_ForUseOfHtmlPartial_InSections()
{
// Arrange
Expand All @@ -120,7 +120,7 @@ public async Task DiagnosticsAreReturned_ForUseOfHtmlPartial_InSections()
});
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task NoDiagnosticsAreReturned_ForUseOfRenderPartialAsync()
{
// Arrange
Expand All @@ -133,7 +133,7 @@ public async Task NoDiagnosticsAreReturned_ForUseOfRenderPartialAsync()
Assert.Empty(result);
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task DiagnosticsAreReturned_ForUseOfRenderPartial()
{
// Arrange
Expand All @@ -155,7 +155,7 @@ public async Task DiagnosticsAreReturned_ForUseOfRenderPartial()
});
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task DiagnosticsAreReturned_ForUseOfRenderPartial_WithAdditionalParameters()
{
// Arrange
Expand All @@ -177,7 +177,7 @@ public async Task DiagnosticsAreReturned_ForUseOfRenderPartial_WithAdditionalPar
});
}

[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6549")]
public async Task DiagnosticsAreReturned_ForUseOfRenderPartial_InSections()
{
// Arrange
Expand Down
Loading