# | |
# When executing test cases, ignore the following messages as they are | |
# not to be considered hard errors. | |
# | |
# Block line when test case cannot run in the HW due to server or connection issues | |
# | |
^BLCK0/[-a-z0-9:]+ (.+)#test @[^/]+/[^:]+:[^:]+: evaluation blocked(.*)$ | |
# | |
# Block line when there is an issue with the YKUSH serial connection | |
# | |
^BLCK0/[-a-z0-9:]+ (.+)#test @[^/]+/(?P<board>[^:]+):[^:]+: exception: 400: (?P=board): Cannot find YKUSH serial '[A-Z0-9]+'$ |