Skip to content

Commit d92a6b5

Browse files
committed
Fixed soft_fail 05_processes/01_matching/select_without_result.cf for windows meta data
The test_soft_fail ticket was added improperly. A meta attribute instead of a promisee. https://docs.cfengine.com/docs/3.24/reference-language-concepts.html Ticket: CFE-4511 Changelog: none
1 parent 500e81c commit d92a6b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/acceptance/05_processes/01_matching/select_without_result.cf

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ bundle agent test
3535
{
3636
meta:
3737
# This test exposes a known issue with processes on the Windows platform.
38-
"test_soft_fail" -> {"ENT-12751"}
39-
string => "windows";
38+
"test_soft_fail"
39+
string => "windows",
40+
meta => {"ENT-12751"};
4041

4142
"description" -> {"CFE-4511"}
4243
string => "process_select body without process_result";

0 commit comments

Comments
 (0)