Skip to content

Commit 7a0a1f1

Browse files
Quarantine BundlesScopedCssFiles_UpdatesBundleWhenContentsChange
1 parent 6a6b63f commit 7a0a1f1

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

Lines changed: 2 additions & 0 deletions
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)