Skip to content

Commit

Permalink
Remove azurite exception (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Jan 10, 2023
1 parent e8cc351 commit 005b64c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions object_store/src/azure/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -965,10 +965,8 @@ mod tests {

#[tokio::test]
async fn azure_blob_test() {
let use_emulator = env::var("AZURE_USE_EMULATOR").is_ok();
let integration = maybe_skip_integration!().build().unwrap();
// Azurite doesn't support listing with spaces - https://github.com/localstack/localstack/issues/6328
put_get_delete_list_opts(&integration, use_emulator).await;
put_get_delete_list_opts(&integration, false).await;
list_uses_directories_correctly(&integration).await;
list_with_delimiter(&integration).await;
rename_and_copy(&integration).await;
Expand Down

0 comments on commit 005b64c

Please sign in to comment.