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() {
