Quarantine BundlesScopedCssFiles_UpdatesBundleWhenContentsChange (#25656)

This commit is contained in:
Brennan 2020-09-06 11:52:39 -07:00 committed by GitHub
parent 956c24e2c8
commit 2fb2055d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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