Skip to content

Commit 2fb2055

Browse files
Quarantine BundlesScopedCssFiles_UpdatesBundleWhenContentsChange (#25656)
1 parent 956c24e commit 2fb2055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Razor/Microsoft.NET.Sdk.Razor/test/ConcatenateFilesTest.cs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7+
using Microsoft.AspNetCore.Testing;
78
using Microsoft.Build.Framework;
89
using Microsoft.Build.Utilities;
910
using Xunit;
@@ -323,6 +324,7 @@ public void BundlesScopedCssFiles_DoesNotOverrideBundleForSameContents()
323324
}
324325

325326
[Fact]
327+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25623")]
326328
public void BundlesScopedCssFiles_UpdatesBundleWhenContentsChange()
327329
{
328330
// Arrange

0 commit comments

Comments
 (0)