From da085ad36d144384cc3b3e01daa4c8c923014fd2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 21:28:03 +0000 Subject: [PATCH] [release/3.1] Update dependencies from aspnet/Extensions (dotnet/aspnetcore-tooling#1347) * Update dependencies from https://github.com/aspnet/Extensions build 20191118.3 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19568.3 - Microsoft.AspNetCore.Testing - 3.1.0-rtm.19568.3 - Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19568.3 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19568.3 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.1.0-rtm.19568.3 - Microsoft.Extensions.Logging - 3.1.0 Dependency coherency updates - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.1.0 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 3.1.0 (parent: Microsoft.Extensions.Logging) * Update flaky test * another test \n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/b6f8920b2ee552f3dfa7e76b9b4193db8e09807d --- .../test/IntegrationTests/StaticWebAssetsIntegrationTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs index 0e3497a483..bc8b17d705 100644 --- a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs +++ b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs @@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests public ITestOutputHelper Output { get; private set; } - [Fact] + [Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/17233")] [InitializeTestProject("AppWithPackageAndP2PReference",language: "C#", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })] public async Task Build_GeneratesStaticWebAssetsManifest_Success_CreatesManifest() { @@ -142,7 +142,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests Assert.FileDoesNotExist(result, IntermediateOutputPath, "staticwebassets", "AppWithPackageAndP2PReference.StaticWebAssets.xml"); } - [Fact] + [Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/17233")] [InitializeTestProject("AppWithPackageAndP2PReference",language: "C#", additionalProjects: new[] { "ClassLibrary", "ClassLibrary2" })] public async Task Rebuild_Success_RecreatesManifestAndCache() {