Quarantine Publish_HostedApp_VisualStudio_WithSatelliteAssemblies and Publish_UpdatesFilesWhenSourcesChange (#23398)

* Update WasmPublishIntegrationTest.cs

* Update WasmCompressionTests.cs
This commit is contained in:
Brennan 2020-06-26 15:42:48 -07:00 committed by GitHub
parent 18b2013eb8
commit e4158e8a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
using System.IO; using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNetCore.Testing;
using Xunit; using Xunit;
namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
@ -10,6 +11,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
public class WasmCompressionTests public class WasmCompressionTests
{ {
[Fact] [Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23397")]
public async Task Publish_UpdatesFilesWhenSourcesChange() public async Task Publish_UpdatesFilesWhenSourcesChange()
{ {
// Arrange // Arrange

View File

@ -531,6 +531,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
// Regression test to verify satellite assemblies from the blazor app are copied to the published app's wwwroot output directory as // Regression test to verify satellite assemblies from the blazor app are copied to the published app's wwwroot output directory as
// part of publishing in VS // part of publishing in VS
[Fact] [Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23397")]
public async Task Publish_HostedApp_VisualStudio_WithSatelliteAssemblies() public async Task Publish_HostedApp_VisualStudio_WithSatelliteAssemblies()
{ {
// Simulates publishing the same way VS does by setting BuildProjectReferences=false. // Simulates publishing the same way VS does by setting BuildProjectReferences=false.