Skip to content

Commit

Permalink
Only compare geometry in Geometry/TrackerGoeometryBuilder test
Browse files Browse the repository at this point in the history
Removed inclusion of SimpleMemoryCheck and Timing service in
the test to avoid those causing non-geometry related failures.
  • Loading branch information
Dr15Jones authored and perrotta committed Feb 14, 2023
1 parent 6f5b833 commit fd10663
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@

process.test = cms.EDAnalyzer("TrackerParametersAnalyzer")

process.Timing = cms.Service("Timing")
process.SimpleMemoryCheck = cms.Service("SimpleMemoryCheck")

process.p1 = cms.Path(process.test)
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@

process.test = cms.EDAnalyzer("TrackerParametersAnalyzer")

process.Timing = cms.Service("Timing")
process.SimpleMemoryCheck = cms.Service("SimpleMemoryCheck")

process.p1 = cms.Path(process.test)


Expand Down

0 comments on commit fd10663

Please sign in to comment.