We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a97300 commit fc69249Copy full SHA for fc69249
src/app/tests/suites/TestDiagnosticLogsDownloadCommand.yaml
@@ -325,19 +325,15 @@ tests:
325
326
# Wait for the Status Report message
327
- label:
328
- "BDX: Wait for 'Diagnostic logs transfer: StatusReport Error 5f'
329
- message"
+ "BDX: Wait for 'Diagnostic logs transfer: StatusReport Error' message"
+ cluster: "DelayCommands"
330
command: "WaitForMessage"
331
arguments:
332
values:
333
- name: "registerKey"
334
value: "default"
335
- name: "message"
336
- value: "Diagnostic logs transfer: StatusReport Error 5f"
337
- - name: "timeoutInSeconds"
338
- value: 20
339
- response:
340
- error: FAILURE
+ value: "Diagnostic logs transfer: StatusReport Error"
341
342
343
"Read End User Support log intent after a failure to make sure that
0 commit comments