Skip to content

Commit cec86cf

Browse files
committed
Making test fail with bad path
1 parent 322c835 commit cec86cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/packages/apache/data_stream/error/_dev/test/system/test-default-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ vars: ~
55
data_stream:
66
vars:
77
paths:
8-
- "{{SERVICE_LOGS_DIR}}/error.log*"
8+
# This path should cause the test to fail if the skip feature
9+
# stops working as expected.
10+
- "{{SERVICE_LOGS_DIR}}/non-existent.log*"

0 commit comments

Comments
 (0)