Skip to content

Commit 6affd2f

Browse files
committed
Ignore tests with missing test data.
1 parent a01a468 commit 6affd2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/vfs_integration.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ macro_rules! create_pak_node {
6868
};
6969
}
7070

71+
#[ignore]
7172
#[test]
7273
pub fn directory_integration() -> Result<(), quakeworld::vfs::Error> {
7374
let mut vfs = Vfs::default();
@@ -106,6 +107,7 @@ pub fn directory_integration() -> Result<(), quakeworld::vfs::Error> {
106107
Ok(())
107108
}
108109

110+
#[ignore]
109111
#[test]
110112
pub fn file_integration() -> Result<(), quakeworld::vfs::Error> {
111113
let mut vfs = Vfs::default();
@@ -201,6 +203,7 @@ pub fn pak_integration() -> Result<(), quakeworld::vfs::Error> {
201203
Ok(())
202204
}
203205

206+
#[ignore]
204207
#[test]
205208
pub fn hash_integration() -> Result<(), quakeworld::vfs::Error> {
206209
let mut vfs = Vfs::default();

0 commit comments

Comments
 (0)