@@ -43,7 +43,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
4343 }
4444
4545 // @gate experimental
46- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
46+ // @gate enableNativeEventPriorityInference
4747 it ( 'ignores discrete events on a pending removed element' , async ( ) => {
4848 const disableButtonRef = React . createRef ( ) ;
4949 const submitButtonRef = React . createRef ( ) ;
@@ -95,7 +95,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
9595 } ) ;
9696
9797 // @gate experimental
98- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
98+ // @gate enableNativeEventPriorityInference
9999 it ( 'ignores discrete events on a pending removed event listener' , async ( ) => {
100100 const disableButtonRef = React . createRef ( ) ;
101101 const submitButtonRef = React . createRef ( ) ;
@@ -165,7 +165,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
165165 } ) ;
166166
167167 // @gate experimental
168- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
168+ // @gate enableNativeEventPriorityInference
169169 it ( 'uses the newest discrete events on a pending changed event listener' , async ( ) => {
170170 const enableButtonRef = React . createRef ( ) ;
171171 const submitButtonRef = React . createRef ( ) ;
@@ -229,7 +229,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
229229 } ) ;
230230
231231 // @gate experimental
232- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
232+ // @gate enableNativeEventPriorityInference
233233 it ( 'mouse over should be user-blocking but not discrete' , async ( ) => {
234234 const root = ReactDOM . unstable_createRoot ( container ) ;
235235
@@ -260,7 +260,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
260260 } ) ;
261261
262262 // @gate experimental
263- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
263+ // @gate enableNativeEventPriorityInference
264264 it ( 'mouse enter should be user-blocking but not discrete' , async ( ) => {
265265 const root = ReactDOM . unstable_createRoot ( container ) ;
266266
0 commit comments