We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956c24e commit 2fb2055Copy full SHA for 2fb2055
src/Razor/Microsoft.NET.Sdk.Razor/test/ConcatenateFilesTest.cs
@@ -4,6 +4,7 @@
4
using System;
5
using System.Collections.Generic;
6
using System.IO;
7
+using Microsoft.AspNetCore.Testing;
8
using Microsoft.Build.Framework;
9
using Microsoft.Build.Utilities;
10
using Xunit;
@@ -323,6 +324,7 @@ public void BundlesScopedCssFiles_DoesNotOverrideBundleForSameContents()
323
324
}
325
326
[Fact]
327
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25623")]
328
public void BundlesScopedCssFiles_UpdatesBundleWhenContentsChange()
329
{
330
// Arrange
0 commit comments