Skip to content

Commit 20fcd8b

Browse files
Merge pull request #5792 from craigcomstock/CFE-4511-2/master
Fixed soft_fail 05_processes/01_matching/select_without_result.cf for windows meta data
2 parents 500e81c + d92a6b5 commit 20fcd8b

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

Lines changed: 3 additions & 2 deletions
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)