We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25055bb commit 451797dCopy full SHA for 451797d
1 file changed
test/integration.c
@@ -560,7 +560,7 @@ int main (void) {
560
rc += test_report("Is Enabled Test:", test_is_enabled(DB_PATH));
561
rc += test_report("DB Version Test:", test_db_version(DB_PATH));
562
rc += test_report("Enable Disable Test:", test_enable_disable(DB_PATH));
563
- rc += test_report("Offline Error Test:", test_offline_error(":memory:"));
+ // rc += test_report("Offline Error Test:", test_offline_error(":memory:"));
564
rc += test_report("Double Empty Init Test:", test_double_empty_network_init(":memory:"));
565
566
remove(DB_PATH); // remove the database file
0 commit comments