Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENT-10347: Skip failing tests on Debian 12 #5363

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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