Delete/Remove Ajax Prefilter
Is there any way to delete/remove an ajax prefilter once one has been registered? Or maybe a way to circumvent it? I'm trying to write some qunit tests and to test the prefilter effectively I want to execute some ajax with and without the prefilter. However, once it's been registered there does not seem to be a way to delete/remove it...
Any thoughts? I could potentially reorder the tests so all the prefilter ones occur at the end, but this will make this messier than they need to be as I won't be able to group similar tests together. I'd prefer to toggle the prefilter on/off on a per-test basis.