Skip to content

Commit

Permalink
Disable Microsoft.Extensions.Caching.Memory.Tests on Mono (dotnet#36083)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored May 8, 2020
1 parent 3011955 commit 9334426
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using Xunit;

[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/35970", TestRuntimes.Mono)]

0 comments on commit 9334426

Please sign in to comment.