Bifurcating requests

I am running an experiment between two backend solutions, and I’d like
to
send the same request to each backend but only return the response from
one
that I designate (I will observe the results on the test system itself).
Is
there config or a module that does this?

Thanks,
Chris