diff --git a/src/common/tests_xunit.cs b/src/common/tests_xunit.cs index 81a5e903..0c8eeb67 100644 --- a/src/common/tests_xunit.cs +++ b/src/common/tests_xunit.cs @@ -811,6 +811,7 @@ public void test_sqlite3_memory() #endif } +#if TODO [Fact] public void test_sqlite3_soft_heap_limit64() { @@ -849,6 +850,7 @@ public void test_sqlite3_hard_heap_limit64() query = raw.sqlite3_hard_heap_limit64(-1); Assert.Equal(limit, query); } +#endif [Fact] public void test_sqlite3_status()