File: tests-system-skips.patch

package info (click to toggle)
podman 5.4.2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 23,124 kB
  • sloc: sh: 6,119; perl: 2,710; python: 2,258; ansic: 1,556; makefile: 1,022; xml: 121; ruby: 42; awk: 12; csh: 8
file content (21 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Reinhard Tartler <siretart@tauware.de>
Date: Thu, 3 Oct 2024 07:18:40 -0400
Subject: test/system: Skip some system tests that fail in Debian

---
 test/system/030-run.bats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/system/030-run.bats b/test/system/030-run.bats
index 99def8d..5cdbc0b 100644
--- a/test/system/030-run.bats
+++ b/test/system/030-run.bats
@@ -846,7 +846,7 @@ json-file | f
     is "$output" ".*HOME=/.*"
 }
 
-# bats test_tags=ci:parallel
+# bats test_tags=ci:parallel, debian_ignore
 @test "podman run --timeout - basic test" {
     cname=c_$(safename)
     t0=$SECONDS