Skip to content

Commit 34e7e2e

Browse files
author
Aleksei Shpakovskii
authored
Merge pull request #1842 from Lex-2008/ENT-6204-disable-flaky-tests
ENT-6082 disable [local-]updates-list-cached tests on deb7 and solaris11
2 parents 889b1bb + c4ced8e commit 34e7e2e

2 files changed

Lines changed: 6 additions & 2 deletions

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::

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)