agent: delete meaningless FIXME comment

The test has passed, the FIX comment should
be deleted.

Fixes: #3835

Signed-off-by: bin <bin@hyper.sh>
This commit is contained in:
bin 2022-03-05 10:28:52 +08:00
parent 1b34494b2f
commit d647b28bb8

View File

@ -551,7 +551,7 @@ mod tests {
assert!(
s.remove_sandbox_storage(srcdir_path).is_err(),
"Expect Err as the directory i not a mountpoint"
"Expect Err as the directory is not a mountpoint"
);
assert!(s.remove_sandbox_storage("").is_err());
@ -586,7 +586,6 @@ mod tests {
let logger = slog::Logger::root(slog::Discard, o!());
let mut s = Sandbox::new(&logger).unwrap();
// FIX: This test fails, not sure why yet.
assert!(
s.unset_and_remove_sandbox_storage("/tmp/testEphePath")
.is_err(),