Skip to content

Commit

Permalink
Skip failing tests on Debian 12
Browse files Browse the repository at this point in the history
We should to investigate this, but first we should to get Debian 12 into
the next release. See ticket ENT-9055.

Ticket: ENT-10347
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
(cherry picked from commit ab3d4ed)
  • Loading branch information
larsewi committed Dec 27, 2023
1 parent 4e0d11b commit 7866ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bundle agent test
# 'admit => { "localhost" };' and 'admit_hostnames => { "localhost" };'
# are not enough to allow access for this test.
# Test fails on SLES / OpenSUSE 15, pending investigation.
"test_skip_unsupported" string => "(ubuntu_20|ubuntu_22|sles_15|opensuse_leap_15)",
"test_skip_unsupported" string => "(ubuntu_20|ubuntu_22|debian_12|sles_15|opensuse_leap_15)",
meta => { "ENT-2480", "ENT-7362", "ENT-9055" };

methods:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bundle agent test
# 'deny => { "localhost" };' and 'deny_hostnames => { "localhost" };'
# are not enough to deny access for this test.
# Test fails on SLES / OpenSUSE 15, pending investigation.
"test_skip_unsupported" string => "(ubuntu_20|ubuntu_22|sles_15|opensuse_leap_15)",
"test_skip_unsupported" string => "(ubuntu_20|ubuntu_22|debian_12|sles_15|opensuse_leap_15)",
meta => { "ENT-2480", "ENT-7362", "ENT-9055" };

methods:
Expand Down

0 comments on commit 7866ff7

Please sign in to comment.