diff --git a/src/common/tests_xunit.cs b/src/common/tests_xunit.cs index d23dba45..edc6292d 100644 --- a/src/common/tests_xunit.cs +++ b/src/common/tests_xunit.cs @@ -3480,6 +3480,7 @@ bool check_sum(byte[] k) } } +#if TODO [Fact] public void test_database_is_SQLCipher4() { @@ -3526,7 +3527,7 @@ public void test_database_is_custom_SQLCipher2() Assert.DoesNotContain("sqlite3mc", raw.GetNativeLibraryName()); } } - +#endif } [Collection("Init")]