We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168cf69 commit a9c3b9fCopy full SHA for a9c3b9f
test/EasyCaching.UnitTests/InterceptorTests/AspectCoreInterceptorTest.cs
@@ -20,7 +20,7 @@ public abstract class BaseAspectCoreInterceptorTest
20
21
protected IEasyCachingKeyGenerator _keyGenerator;
22
23
- [Fact]
+ [Fact(Skip="some reason")]
24
protected virtual void Interceptor_Attribute_Method_Should_Handle_Caching()
25
{
26
var tick1 = _service.GetCurrentUTC();
0 commit comments