We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 889b1bb + c4ced8e commit 34e7e2eCopy full SHA for 34e7e2e
2 files changed
tests/acceptance/17_packages/12_new/timed/local-updates-list-cached.cf
@@ -10,7 +10,9 @@ body common control
10
bundle agent init
11
{
12
meta:
13
- "test_skip_needs_work" string => "!linux";
+ # Test package module implemented only on Linux.
14
+ # On Debian 7 and Solaris 11 this test fails too often.
15
+ "test_skip_needs_work" string => "!linux|debian_7|sunos_5_11";
16
17
files:
18
test_pass_1::
tests/acceptance/17_packages/12_new/timed/updates-list-cached.cf
@@ -9,7 +9,9 @@ body common control
9
0 commit comments