Skip to content
Snippets Groups Projects
Commit 7be9d459 authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

Merge branch 'update-test-exclusions' into 'master'

Hide new proprty "Atomic" in tests

See merge request !301
parents 04cfad95 207bc2fc
No related branches found
No related tags found
1 merge request!301Hide new proprty "Atomic" in tests
Pipeline #
...@@ -847,6 +847,7 @@ lineSkipper = LineSkipper(["//GP:", ...@@ -847,6 +847,7 @@ lineSkipper = LineSkipper(["//GP:",
r"Property(.*)'AuditRe(start|initialize)':", # these were missing in tools r"Property(.*)'AuditRe(start|initialize)':", # these were missing in tools
r"Property(.*)'IsIOBound':", r"Property(.*)'IsIOBound':",
r"Property(.*)'ErrorCount(er)?':", # removed with gaudi/Gaudi!273 r"Property(.*)'ErrorCount(er)?':", # removed with gaudi/Gaudi!273
r"Property(.*)'Atomic':", # added with gaudi/Gaudi!287
# ignore uninteresting/obsolete messages # ignore uninteresting/obsolete messages
r"Property update for OutputLevel : new value =", r"Property update for OutputLevel : new value =",
r"EventLoopMgr\s*DEBUG Creating OutputStream", r"EventLoopMgr\s*DEBUG Creating OutputStream",
......
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