Enable test for removing files

This commit is contained in:
Lucien Greathouse
2019-11-18 18:08:18 -08:00
parent bcffd2eb99
commit 2d7ebac8e6
5 changed files with 66 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ fn add_folder() {
}
#[test]
#[ignore] // TODO: Removing files currently hangs ChangeProcessor
// #[ignore] // TODO: Removing files currently hangs ChangeProcessor
fn remove_file() {
run_serve_test("remove_file", |session, mut redactions| {
let info = session.get_api_rojo().unwrap();