Xuanwo commented on code in PR #2898: URL: https://github.com/apache/incubator-opendal/pull/2898#discussion_r1300901857
########## core/tests/behavior/read_only.rs: ########## @@ -183,39 +181,9 @@ pub async fn test_read_only_read_full_with_special_chars(op: Operator) -> Result Ok(()) } -/// Read full content should match. -pub async fn test_read_only_read_range(op: Operator) -> Result<()> { - let bs = op.range_read("normal_file", 1024..2048).await?; Review Comment: This review is not addressed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org