File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ pub fn dist_test_sccache_client_cfg(
58
58
sccache_cfg
59
59
}
60
60
61
+ #[ serial_test:: serial]
61
62
#[ test]
62
63
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
63
64
fn test_dist_basic ( ) {
@@ -91,6 +92,7 @@ fn test_dist_basic() {
91
92
} ) ;
92
93
}
93
94
95
+ #[ serial_test:: serial]
94
96
#[ test]
95
97
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
96
98
fn test_dist_restartedserver ( ) {
@@ -127,6 +129,7 @@ fn test_dist_restartedserver() {
127
129
} ) ;
128
130
}
129
131
132
+ #[ serial_test:: serial]
130
133
#[ test]
131
134
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
132
135
fn test_dist_nobuilder ( ) {
@@ -192,6 +195,7 @@ impl ServerIncoming for FailingServer {
192
195
}
193
196
}
194
197
198
+ #[ serial_test:: serial]
195
199
#[ test]
196
200
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
197
201
fn test_dist_failingserver ( ) {
You can’t perform that action at this time.
0 commit comments