Skip to content

Commit 9dfa946

Browse files
authored
Added filter for TIMEOUT for now
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 1b0f5f7 commit 9dfa946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_helper.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ proc the_end {} {
624624
# Write failures to JSON file for automated detection
625625
set json_entries {}
626626
foreach failed $::failed_tests {
627-
# if {[string match {*\[*TIMEOUT*\]*} $failed]} continue
627+
if {[string match {*\[*TIMEOUT*\]*} $failed]} continue
628628
if {[string match {*Sanitizer error*} $failed]} continue
629629
if {[string match {*Valgrind error*} $failed]} continue
630630
set escaped [string map {"\\" "\\\\" "\"" "\\\"" "\n" "\\n" "\r" ""} $failed]

0 commit comments

Comments
 (0)