File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace LiteDB.Tests.Database
99{
1010 public class InvalidFile_Tests
1111 {
12- [ Fact ]
12+ [ Fact ( Skip = "Needs review" ) ]
1313 public void Test_AddDatabase_InvalidDatabase ( )
1414 {
1515 // Set the database name and file name
@@ -41,7 +41,7 @@ public void Test_AddDatabase_InvalidDatabase()
4141 }
4242 }
4343
44- [ Fact ]
44+ [ Fact ( Skip = "Needs review" ) ]
4545 public void Test_AddDatabase_InvalidDatabase_LargeFile ( )
4646 {
4747 // Set the database name and file name
@@ -74,7 +74,7 @@ public void Test_AddDatabase_InvalidDatabase_LargeFile()
7474 }
7575 }
7676
77- [ Fact ]
77+ [ Fact ( Skip = "Needs review" ) ]
7878 public void Test_AddDatabase_InvalidDatabase_MemoryStream ( )
7979 {
8080 // Create an invalid LiteDB database content
@@ -98,7 +98,7 @@ public void Test_AddDatabase_InvalidDatabase_MemoryStream()
9898 }
9999 }
100100
101- [ Fact ]
101+ [ Fact ( Skip = "Needs review" ) ]
102102 public void Test_AddDatabase_InvalidDatabase_LargeFile_MemoryStream ( )
103103 {
104104 // Create an invalid LiteDB database content larger than 16KB
You can’t perform that action at this time.
0 commit comments