Disable specific scrubbers locally per test, while keep enabled globally #1511
-
Hi Is there any way to disable a globally enabled scrubber? I have a [ModuleInitializer]
public static void InitializeVerify()
{
VerifierSettings
.ScrubInlineDateTimes("yyyyMMdd");
} Now, my problem is, that a specifc test has a long hex converted string which sometimes has something like Calling So: how can I override a general global setting with something test-specific? |
Beta Was this translation helpful? Give feedback.
Answered by
SimonCropp
Aug 17, 2025
Replies: 1 comment 1 reply
-
i have deployed 30.7.3 that should fix this |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IT-VBFK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have deployed 30.7.3 that should fix this