Skip to content

Commit 0ebbcd5

Browse files
author
Aleksei Shpakovskii
committed
ENT-6204 disable local-updates-list-cached test on deb7 and solaris11
1 parent 81ffabd commit 0ebbcd5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/acceptance/17_packages/12_new/timed/local-updates-list-cached.cf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ body common control
1010
bundle agent init
1111
{
1212
meta:
13-
"test_skip_needs_work" string => "!linux";
13+
# 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";
1416

1517
files:
1618
test_pass_1::

0 commit comments

Comments
 (0)