File: tests-system-skips.patch

package info (click to toggle)
podman 5.7.0%2Bds2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,824 kB
  • sloc: sh: 4,699; python: 2,798; perl: 1,885; ansic: 1,484; makefile: 977; ruby: 42; csh: 8
file content (35 lines) | stat: -rw-r--r-- 1,025 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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

Forwarded: not-needed
---
 test/system/030-run.bats  | 2 +-
 test/system/075-exec.bats | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/system/030-run.bats b/test/system/030-run.bats
index 70840d9..e6ecde4 100644
--- a/test/system/030-run.bats
+++ b/test/system/030-run.bats
@@ -891,7 +891,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
diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats
index e9aaf74..aa659d4 100644
--- a/test/system/075-exec.bats
+++ b/test/system/075-exec.bats
@@ -47,6 +47,7 @@ load helpers
     run_podman rm $cid
 }
 
+# bats test_tags=debian_ignore
 @test "podman exec - leak check" {
     skip_if_remote "test is meaningless over remote"