Skip to content

Commit c4ced8e

Browse files
author
Aleksei Shpakovskii
committed
ENT-6082 disable updates-list-cached test on deb7 and solaris11
1 parent 0ebbcd5 commit c4ced8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

1416
files:
1517
test_pass_1::

0 commit comments

Comments
 (0)