Quarantine BundlesScopedCssFiles_UpdatesBundleWhenContentsChange (#25656)
This commit is contained in:
parent
956c24e2c8
commit
2fb2055d1e
|
|
@ -4,6 +4,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using Microsoft.AspNetCore.Testing;
|
||||
using Microsoft.Build.Framework;
|
||||
using Microsoft.Build.Utilities;
|
||||
using Xunit;
|
||||
|
|
@ -323,6 +324,7 @@ namespace Microsoft.AspNetCore.Razor.Tasks
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25623")]
|
||||
public void BundlesScopedCssFiles_UpdatesBundleWhenContentsChange()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
Loading…
Reference in New Issue