diff options
Diffstat (limited to 'src/test.rs')
| -rw-r--r-- | src/test.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/test.rs b/src/test.rs index bdc66dc..cf08105 100644 --- a/src/test.rs +++ b/src/test.rs @@ -1,8 +1,5 @@ /* - ** Copyright (C) 2021 KunoiSayami - ** - ** This file is part of cgit-simple-authentication and is released under - ** the AGPL v3 License: https://www.gnu.org/licenses/agpl-3.0.txt + ** Copyright (C) 2021-2022 KunoiSayami ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU Affero General Public License as published by @@ -368,6 +365,7 @@ mod core { .unwrap(); } + #[ignore] #[test] fn test_pam() { let service = option_env!("pam_service").unwrap_or("system-auth"); |
