Containing Pega Unit Tests to the rule being testing
I'm running some Pega unit tests that are frequently slow or failing due to third party services that are intermittently down or delayed.
Is there a way to contain the effects of executing a unit test to the rule under test? Is there a way to avoid triggering all the referenced rules and services?
Any help is greatly appriciated.