PR #141 disabled the WireIntersection test from the geometry tests. This test will need to be re-enabled once LArSoft issue 26127 is solved. We'll also need to check if we need or not all the other disabled tests:
|
RunTests: [ |
|
# run the default test suite (actually unnecessary): |
|
"@default", |
|
# the following tests are known to fail (geometry needs to be fixed) |
|
"-WireCoordFromPlane", |
|
"-PlanePointDecomposition", |
|
"-WireCoordAngle", |
|
"-NearestWire", |
|
"-WirePitch", |
|
# in addition (overriding the default): print wires |
|
"+PrintWires" |
|
] |
PR #141 disabled the
WireIntersectiontest from the geometry tests. This test will need to be re-enabled once LArSoft issue 26127 is solved. We'll also need to check if we need or not all the other disabled tests:sbndcode/test/Geometry/test_geometry_sbnd.fcl
Lines 58 to 69 in 836b57a