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 @@ -102,6 +102,7 @@ pub fn dist_test_sccache_client_cfg(
102
102
sccache_cfg
103
103
}
104
104
105
+ #[ serial_test:: serial]
105
106
#[ test]
106
107
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
107
108
fn test_dist_basic ( ) {
@@ -135,6 +136,7 @@ fn test_dist_basic() {
135
136
} ) ;
136
137
}
137
138
139
+ #[ serial_test:: serial]
138
140
#[ test]
139
141
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
140
142
fn test_dist_restartedserver ( ) {
@@ -171,6 +173,7 @@ fn test_dist_restartedserver() {
171
173
} ) ;
172
174
}
173
175
176
+ #[ serial_test:: serial]
174
177
#[ test]
175
178
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
176
179
fn test_dist_nobuilder ( ) {
@@ -236,6 +239,7 @@ impl ServerIncoming for FailingServer {
236
239
}
237
240
}
238
241
242
+ #[ serial_test:: serial]
239
243
#[ test]
240
244
#[ cfg_attr( not( feature = "dist-tests" ) , ignore) ]
241
245
fn test_dist_failingserver ( ) {
You can’t perform that action at this time.
0 commit comments