Skip to content

Commit 0a5ed5e

Browse files
committed
fix(test): parallel execution conflict on configuration file
1 parent ef1ddb9 commit 0a5ed5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/configuration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ mod tests {
296296
}
297297

298298
#[test]
299+
#[serial]
299300
fn test_configuration_add_and_check_blacklist() {
300301
clean_config_dir();
301302
let xu = make_xu(&mut make_rng());
@@ -306,6 +307,7 @@ mod tests {
306307
}
307308

308309
#[test]
310+
#[serial]
309311
fn test_configuration_add_to_savelist_and_get() {
310312
clean_config_dir();
311313
let xu = make_xu(&mut make_rng());

0 commit comments

Comments
 (0)