Skip to content

Commit

Permalink
ifdef out the test cases that have db file deps for now. #565
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Nov 10, 2023
1 parent c0d263f commit c30edf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/tests_xunit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3480,6 +3480,7 @@ bool check_sum(byte[] k)
}
}

#if TODO
[Fact]
public void test_database_is_SQLCipher4()
{
Expand Down Expand Up @@ -3526,7 +3527,7 @@ public void test_database_is_custom_SQLCipher2()
Assert.DoesNotContain("sqlite3mc", raw.GetNativeLibraryName());
}
}

#endif
}

[Collection("Init")]
Expand Down

0 comments on commit c30edf8

Please sign in to comment.