Quarantine Publish_HostedApp_VisualStudio_WithSatelliteAssemblies and Publish_UpdatesFilesWhenSourcesChange (#23398)
* Update WasmPublishIntegrationTest.cs * Update WasmCompressionTests.cs
This commit is contained in:
parent
18b2013eb8
commit
e4158e8a59
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue