skip slow tests.
This commit is contained in:
parent
5f8fa66b77
commit
6a15876fc4
1 changed files with 4 additions and 3 deletions
|
@ -739,9 +739,10 @@ pub fn foo(_input: TokenStream) -> TokenStream {
|
|||
|
||||
#[test]
|
||||
fn test_will_rename_files_same_level() {
|
||||
// if skip_slow_tests() {
|
||||
// return;
|
||||
// }
|
||||
if skip_slow_tests() {
|
||||
return;
|
||||
}
|
||||
|
||||
let tmp_dir = TestDir::new();
|
||||
let tmp_dir_path = tmp_dir.path().to_owned();
|
||||
let tmp_dir_str = tmp_dir_path.to_str().unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue