@@ -9,6 +9,7 @@ use crate::common::util::*;
99
1010#[ cfg( unix) ]
1111#[ test]
12+ #[ ignore = "issue #3219" ]
1213fn test_count ( ) {
1314 let ts = TestScenario :: new ( util_name ! ( ) ) ;
1415 for opt in & [ "-q" , "--count" , "--c" ] {
@@ -29,6 +30,7 @@ fn test_boot() {
2930
3031#[ cfg( unix) ]
3132#[ test]
33+ #[ ignore = "issue #3219" ]
3234fn test_heading ( ) {
3335 let ts = TestScenario :: new ( util_name ! ( ) ) ;
3436 for opt in & [ "-H" , "--heading" , "--head" ] {
@@ -47,6 +49,7 @@ fn test_heading() {
4749
4850#[ cfg( unix) ]
4951#[ test]
52+ #[ ignore = "issue #3219" ]
5053fn test_short ( ) {
5154 let ts = TestScenario :: new ( util_name ! ( ) ) ;
5255 for opt in & [ "-s" , "--short" , "--s" ] {
@@ -110,6 +113,7 @@ fn test_time() {
110113
111114#[ cfg( unix) ]
112115#[ test]
116+ #[ ignore = "issue #3219" ]
113117fn test_mesg ( ) {
114118 // -T, -w, --mesg
115119 // add user's message status as +, - or ?
@@ -152,6 +156,7 @@ fn test_too_many_args() {
152156
153157#[ cfg( unix) ]
154158#[ test]
159+ #[ ignore = "issue #3219" ]
155160fn test_users ( ) {
156161 let ts = TestScenario :: new ( util_name ! ( ) ) ;
157162 for opt in & [ "-u" , "--users" , "--us" ] {
@@ -177,6 +182,7 @@ fn test_users() {
177182
178183#[ cfg( unix) ]
179184#[ test]
185+ #[ ignore = "issue #3219" ]
180186fn test_lookup ( ) {
181187 let opt = "--lookup" ;
182188 let ts = TestScenario :: new ( util_name ! ( ) ) ;
@@ -196,6 +202,7 @@ fn test_dead() {
196202
197203#[ cfg( unix) ]
198204#[ test]
205+ #[ ignore = "issue #3219" ]
199206fn test_all_separately ( ) {
200207 if cfg ! ( target_os = "macos" ) {
201208 // TODO: fix `-u`, see: test_users
@@ -213,6 +220,7 @@ fn test_all_separately() {
213220
214221#[ cfg( unix) ]
215222#[ test]
223+ #[ ignore = "issue #3219" ]
216224fn test_all ( ) {
217225 if cfg ! ( target_os = "macos" ) {
218226 // TODO: fix `-u`, see: test_users
0 commit comments