Skip to content
Snippets Groups Projects
Commit a0b5f513 authored by scott snyder's avatar scott snyder
Browse files

DataModelRunTests: More patterns to ignore.

Ignore a few more patterns in reference comparison.
Fixes failures in master.
parent 91fd2ca6
No related branches found
No related tags found
No related merge requests found
Pipeline #1230345 passed
......@@ -34,7 +34,7 @@ function (datamodel_run_test testName)
atlas_add_test( ${testName}
SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/datamodel_${testName}.sh
PROPERTIES TIMEOUT 300
EXTRA_PATTERNS "has different type than the branch"
EXTRA_PATTERNS "has different type than the branch|no dictionary for class|^StorageSvc +INFO"
ENVIRONMENT "ATLAS_REFERENCE_TAG=DataModelRunTests/DataModelRunTestsReference-01-00-03"
)
if( ARG_DEPENDS )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment