Skip to content

Commit bae9e88

Browse files
committed
Mark ProxyCacheFixture as Obsolete
1 parent 6ea77a1 commit bae9e88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/NHibernate.Test/NHSpecificTest/NH3954/ProxyCacheFixture.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
using System.Collections.Concurrent;
1+
using System;
2+
using System.Collections.Concurrent;
23
using System.Reflection;
34
using NHibernate.Proxy;
45
using NHibernate.Proxy.DynamicProxy;
56
using NUnit.Framework;
67

78
namespace NHibernate.Test.NHSpecificTest.NH3954
89
{
9-
[TestFixture, Explicit("Demonstrates bug impact on cache, but which tests will fail is a bit unpredictable")]
10+
[TestFixture, Explicit("Demonstrates bug impact on cache, but which tests will fail is a bit unpredictable"), Obsolete]
1011
public class ProxyCacheFixture
1112
{
1213
private ProxyCache _cache;
@@ -152,4 +153,4 @@ public void ProxyCacheNone()
152153
Assert.IsFalse(_cache.TryGetProxyType(typeof(Entity2), new[] { typeof(IProxy) }, out result));
153154
}
154155
}
155-
}
156+
}

0 commit comments

Comments
 (0)