Actually skip AudioDecoderG722StereoTest.EncodeDecode on UBSan.

Bug: webrtc:345525069
Change-Id: Ib7f2fec96ccff01a55177180e8429c9b22bcd0d7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/353962
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42452}
diff --git a/modules/audio_coding/neteq/audio_decoder_unittest.cc b/modules/audio_coding/neteq/audio_decoder_unittest.cc
index 8db90cd..7cb907c 100644
--- a/modules/audio_coding/neteq/audio_decoder_unittest.cc
+++ b/modules/audio_coding/neteq/audio_decoder_unittest.cc
@@ -494,9 +494,9 @@
 
 // TODO(bugs.webrtc.org/345525069): Either fix/enable or remove G722.
 #if defined(__has_feature) && __has_feature(undefined_behavior_sanitizer)
-TEST_F(AudioDecoderG722StereoTest, EncodeDecode) {
-#else
 TEST_F(AudioDecoderG722StereoTest, DISABLED_EncodeDecode) {
+#else
+TEST_F(AudioDecoderG722StereoTest, EncodeDecode) {
 #endif
   int tolerance = 6176;
   int channel_diff_tolerance = 0;