Skip to content

Commit

Permalink
Remove failing fsx test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Feb 26, 2022
1 parent f53f3ee commit c940bd8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/integration_tests.rs
Expand Up @@ -490,22 +490,6 @@ unit_tests!{
f.assert_cache_valid(&Path::new("file1"));
}

fn fsx(f: &CatFSTests) {
let file1 = f.mnt.join("fsxfile");

let status = Command::new("fsx")
.arg("-N")
.arg("500")
.arg("-S")
.arg("0")
.arg("-l")
.arg("104857600")
.arg(file1)
.status()
.expect("failed to execute `fsx'");
assert!(status.success());
}

fn prefetch_canceled(f: &CatFSTests) {
let file1 = f.mnt.join("file1");
{
Expand Down

0 comments on commit c940bd8

Please sign in to comment.