From 93344266685c75ebcd293f171b3033432909a60a Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 7 May 2020 20:52:10 -0700 Subject: [PATCH] Disable Microsoft.Extensions.Caching.Memory.Tests on Mono (#36083) --- .../tests/AssemblyAttributes.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/libraries/Microsoft.Extensions.Caching.Memory/tests/AssemblyAttributes.cs diff --git a/src/libraries/Microsoft.Extensions.Caching.Memory/tests/AssemblyAttributes.cs b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/AssemblyAttributes.cs new file mode 100644 index 00000000000..82c60ec93e3 --- /dev/null +++ b/src/libraries/Microsoft.Extensions.Caching.Memory/tests/AssemblyAttributes.cs @@ -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)] -- 2.34.1