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