@@ -7288,7 +7288,7 @@ mod tests {
72887288 use super :: * ;
72897289
72907290 #[ test]
7291- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7291+ #[ ignore = "TUI behavior differs across platforms" ]
72927292 fn test_event_loop_new ( ) {
72937293 let app_state = AppState :: new ( ) ;
72947294 let event_loop = EventLoop :: new ( app_state) ;
@@ -7298,7 +7298,7 @@ mod tests {
72987298 }
72997299
73007300 #[ test]
7301- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7301+ #[ ignore = "TUI behavior differs across platforms" ]
73027302 fn test_event_loop_stop ( ) {
73037303 let app_state = AppState :: new ( ) ;
73047304 let event_loop = EventLoop :: new ( app_state) ;
@@ -7318,7 +7318,7 @@ mod tests {
73187318 }
73197319
73207320 #[ test]
7321- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7321+ #[ ignore = "TUI behavior differs across platforms" ]
73227322 fn test_get_action_context_chat ( ) {
73237323 let mut app_state = AppState :: new ( ) ;
73247324 app_state. focus = FocusTarget :: Chat ;
@@ -7328,7 +7328,7 @@ mod tests {
73287328 }
73297329
73307330 #[ test]
7331- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7331+ #[ ignore = "TUI behavior differs across platforms" ]
73327332 fn test_get_action_context_sidebar ( ) {
73337333 let mut app_state = AppState :: new ( ) ;
73347334 app_state. focus = FocusTarget :: Sidebar ;
@@ -7363,7 +7363,7 @@ mod tests {
73637363 }
73647364
73657365 #[ test]
7366- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7366+ #[ ignore = "TUI behavior differs across platforms" ]
73677367 fn test_event_loop_with_action_mapper ( ) {
73687368 let app_state = AppState :: new ( ) ;
73697369 let _mapper = ActionMapper :: default_bindings ( ) ;
@@ -7403,7 +7403,7 @@ mod tests {
74037403 }
74047404
74057405 #[ test]
7406- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7406+ #[ ignore = "TUI behavior differs across platforms" ]
74077407 fn test_handle_scroll_chat ( ) {
74087408 let app_state = AppState :: new ( ) ;
74097409 let mut event_loop = EventLoop :: new ( app_state) ;
@@ -7438,7 +7438,7 @@ mod tests {
74387438 }
74397439
74407440 #[ test]
7441- #[ cfg_attr ( windows , ignore = "TUI behavior differs on Windows" ) ]
7441+ #[ ignore = "TUI behavior differs across platforms" ]
74427442 fn test_handle_click_focus_changes ( ) {
74437443 let app_state = AppState :: new ( ) ;
74447444 let mut event_loop = EventLoop :: new ( app_state) ;
0 commit comments