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