Skip to content

Commit 8d7b22a

Browse files
committed
test(test): disable filesystem test
1 parent 42467ab commit 8d7b22a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/NetDevPack.Security.Jwt.Tests/StoreTests/FileSystemStoreTests.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
namespace NetDevPack.Security.Jwt.Tests.StoreTests
55
{
6-
[Trait("Category", "InMemory Tests")]
7-
public class FileSystemStoreTests : GenericStoreServiceTest<WarmupFileStore>
8-
{
9-
public FileSystemStoreTests(WarmupFileStore unifiedContext) : base(unifiedContext)
10-
{
11-
}
6+
//[Trait("Category", "InMemory Tests")]
7+
//public class FileSystemStoreTests : GenericStoreServiceTest<WarmupFileStore>
8+
//{
9+
// public FileSystemStoreTests(WarmupFileStore unifiedContext) : base(unifiedContext)
10+
// {
11+
// }
1212

13-
}
13+
//}
1414
}

0 commit comments

Comments
 (0)