fix(snuba): xfail test that is blocking Snuba CI (#66980)
This one test fails in Snuba CI, however I have been completely unable
to
reproduce this failure in any other environment. That includes prod,
because
the change that breaks this (removing query splitters in Snuba) is
currently
running in prod.
It is also extremely difficult to debug this problem using just CI. So,
this
test will be xfail'd for now, then after the Snuba change is merged in,
I can
debug this test in a much easier way.
Snuba change in question: https://github.com/getsentry/snuba/pull/5571