diff options
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index e0a5ef5d08..e67d3750da 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -99,7 +99,6 @@ qemux86_common = [ | |||
99 | "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", | 99 | "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", |
100 | "floppy: error", | 100 | "floppy: error", |
101 | 'failed to IDENTIFY (I/O error, err_mask=0x4)', | 101 | 'failed to IDENTIFY (I/O error, err_mask=0x4)', |
102 | 'NOHZ tick-stop error: local softirq work is pending, handler #80!!!' | ||
103 | ] + common_errors | 102 | ] + common_errors |
104 | 103 | ||
105 | ignore_errors = { | 104 | ignore_errors = { |