diff -r 164e587fef9f -r 71918f4840ed sbsv2/raptor/test/smoke_suite/timing.py --- a/sbsv2/raptor/test/smoke_suite/timing.py Wed May 05 20:59:20 2010 +0100 +++ b/sbsv2/raptor/test/smoke_suite/timing.py Fri May 07 17:36:16 2010 +0100 @@ -22,17 +22,6 @@ t.description = "Test that a timing log is created and contains total parse and build durations" - t.id = "0103a" - t.name = "timing_off" - t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf -f-" - t.mustnotmatch = [ - ".*progress:discovery.*", - ".*progress:start.*", - ".*progress:end.*" - ] - t.run() - - t.id = "0103b" t.name = "timing_on" t.command = "sbs -b smoke_suite/test_resources/simple/bld.inf --timing " + \