Skip to content

Commit aa475cf

Browse files
committed
Try disable a test
1 parent 461b1da commit aa475cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,12 +731,12 @@ mod test {
731731
hdfs_native::minidfs::DfsFeatures::HA,
732732
]));
733733

734-
let integration = HdfsObjectStoreBuilder::new()
735-
.with_url(&dfs.url)
736-
.build()
737-
.unwrap();
734+
// let integration = HdfsObjectStoreBuilder::new()
735+
// .with_url(&dfs.url)
736+
// .build()
737+
// .unwrap();
738738

739-
futures::executor::block_on(get_opts(&integration));
739+
// futures::executor::block_on(get_opts(&integration));
740740

741741
let rt = Runtime::new().unwrap();
742742

0 commit comments

Comments
 (0)