mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 09:58:21 +00:00
test: give the twenty-one bare #[ignore] attributes their reasons (#6049)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user