Skip to content

Commit c1bce0e

Browse files
committed
Remove soft fail on CFE-2930
Ticket: CFE-2930 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 0ead8a7 commit c1bce0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/acceptance/02_classes/02_functions/getindices_returns_positonal_indices_from_list.cf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ bundle agent test
1414
"description" -> { "CFE-2930" }
1515
string => "Test that getindices() returns the positional indices from a list";
1616

17-
"test_soft_fail"
18-
string => "any",
19-
meta => { "CFE-2930" };
20-
2117
vars:
2218
"list" slist => { "beta", "alpha", "gamma" };
2319
"getindices_list" slist => getindices( list );

0 commit comments

Comments
 (0)