From 6d919cd85a5c4d179da500bf62b8c091cd6c5106 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 26 Sep 2017 12:33:03 +0200 Subject: [PATCH] Squish: Stabilize tst_simple_analyze Change-Id: I3875451ee263a97f0919f08c96318502b49922f4 Reviewed-by: Christian Stenger --- tests/system/suite_debugger/tst_simple_analyze/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py index d01d5cbc966..5de123db4d5 100644 --- a/tests/system/suite_debugger/tst_simple_analyze/test.py +++ b/tests/system/suite_debugger/tst_simple_analyze/test.py @@ -112,7 +112,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs): test.compare(dumpItems(model, column=colPercent)[0], '100.00 %') # cannot run following test on colShortest (unstable) for i in [colTotal, colMean, colMedian, colLongest]: - for item in dumpItems(model, column=i)[1:5]: + for item in dumpItems(model, column=i)[2:5]: test.verify(item.endswith('ms'), "Verify that '%s' ends with 'ms'" % item) for i in [colTotal, colMean, colMedian, colLongest, colShortest]: for item in dumpItems(model, column=i):