We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42467ab commit 8d7b22aCopy full SHA for 8d7b22a
tests/NetDevPack.Security.Jwt.Tests/StoreTests/FileSystemStoreTests.cs
@@ -3,12 +3,12 @@
3
4
namespace NetDevPack.Security.Jwt.Tests.StoreTests
5
{
6
- [Trait("Category", "InMemory Tests")]
7
- public class FileSystemStoreTests : GenericStoreServiceTest<WarmupFileStore>
8
- {
9
- public FileSystemStoreTests(WarmupFileStore unifiedContext) : base(unifiedContext)
10
11
- }
+ //[Trait("Category", "InMemory Tests")]
+ //public class FileSystemStoreTests : GenericStoreServiceTest<WarmupFileStore>
+ //{
+ // public FileSystemStoreTests(WarmupFileStore unifiedContext) : base(unifiedContext)
+ // {
+ // }
12
13
+ //}
14
}
0 commit comments