File: skip-ulimit.diff

package info (click to toggle)
rust-effective-limits 0.5.5-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 420 kB
  • sloc: sh: 126; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -415,6 +415,7 @@
         target_os = "solaris",
     ))]
     #[test]
+    #[ignore]
     fn test_no_ulimit() -> Result<()> {
         // This test depends on the dev environment being run uncontained.
         let info = sys_info::mem_info()?;
@@ -425,6 +426,7 @@
     }
 
     #[test]
+    #[ignore]
     fn test_ulimit() -> Result<()> {
         // Page size rounding
         let limit = read_test_process(Some(99_999_744))?;