diff --git a/lib/vfs/src/webc_volume_fs.rs b/lib/vfs/src/webc_volume_fs.rs index ad725ec3b..c5eb02358 100644 --- a/lib/vfs/src/webc_volume_fs.rs +++ b/lib/vfs/src/webc_volume_fs.rs @@ -339,10 +339,6 @@ mod tests { r"\\127.0.0.1\c$\temp\test-file.txt", &["temp", "test-file.txt"], ), - ( - r"\\LOCALHOST\c$\temp\test-file.txt", - &["temp", "test-file.txt"], - ), (r"\\.\c:\temp\test-file.txt", &["temp", "test-file.txt"]), (r"\\?\c:\temp\test-file.txt", &["temp", "test-file.txt"]), (