1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Forwarded: not-needed
Last-Update: 2024-09-08
--- a/crates/atuin/tests/sync.rs
+++ b/crates/atuin/tests/sync.rs
@@ -6,2 +6,3 @@
#[tokio::test]
+#[cfg(feature = "debian-test-with-db")]
async fn sync() {
--- a/crates/atuin/tests/users.rs
+++ b/crates/atuin/tests/users.rs
@@ -5,2 +5,3 @@
#[tokio::test]
+#[cfg(feature = "debian-test-with-db")]
async fn registration() {
@@ -33,2 +34,3 @@
#[tokio::test]
+#[cfg(feature = "debian-test-with-db")]
async fn change_password() {
@@ -71,2 +73,3 @@
#[tokio::test]
+#[cfg(feature = "debian-test-with-db")]
async fn multi_user_test() {
|