test: un-ignore the remaining seven global-state tests, drop one stale premise (#6048)

This commit is contained in:
Zhengchao An
2026-08-13 08:10:28 +08:00
committed by GitHub
parent bdd7ecd205
commit 3c78a56ab0
4 changed files with 0 additions and 35 deletions
-2
View File
@@ -16668,7 +16668,6 @@ mod tests {
}
#[tokio::test]
#[ignore = "requires isolated global object layer state"]
async fn execute_get_object_attributes_returns_internal_error_when_store_uninitialized() {
let input = GetObjectAttributesInput::builder()
.bucket("test-bucket".to_string())
@@ -16811,7 +16810,6 @@ mod tests {
}
#[tokio::test]
#[ignore = "requires isolated global object layer state"]
async fn execute_restore_object_returns_internal_error_when_store_uninitialized() {
let restore_request = RestoreRequest {
days: Some(1),