Revert local change

This CL reverts a local change that slipped away in ag/26597678.
Surprisingly enough the enableInterruptions flag is not checked in this
interruption() test (but it is in another interruption test).

Bug: 290930950
Test: ElementTest
Flag: com.android.systemui.scene_container
Change-Id: I833d77d51e9bda910ca382cae9260383ac55e81a
diff --git a/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ElementTest.kt b/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ElementTest.kt
index 0fe50fa..7c449e4 100644
--- a/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ElementTest.kt
+++ b/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ElementTest.kt
@@ -1078,7 +1078,6 @@
                         from(SceneA, to = SceneB) { spec = tween(duration, easing = LinearEasing) }
                         from(SceneB, to = SceneC) { spec = tween(duration, easing = LinearEasing) }
                     },
-                    enableInterruptions = false,
                 )
             }