File: disable-tests-requiring-db.patch

package info (click to toggle)
atuin 18.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,656 kB
  • sloc: sql: 304; sh: 274; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (2)
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() {