test: give the twenty-one bare #[ignore] attributes their reasons (#6049)

This commit is contained in:
Zhengchao An
2026-08-13 08:10:47 +08:00
committed by GitHub
parent 3c78a56ab0
commit 65091aa6a8
9 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -292,7 +292,7 @@ mod tests {
}
#[tokio::test]
#[ignore]
#[ignore = "requires a live RustFS store with a pre-seeded test object (bucket 'dandan')"]
async fn test_simple_sql() {
let sql = "select * from S3Object";
let input = SelectObjectContentInput {
@@ -354,7 +354,7 @@ mod tests {
}
#[tokio::test]
#[ignore]
#[ignore = "requires a live RustFS store with a pre-seeded test object (bucket 'dandan')"]
async fn test_func_sql() {
let sql = "SELECT * FROM S3Object s";
let input = SelectObjectContentInput {