Skip to content

Commit

Permalink
tests: upgrade azurite and enable loose mode
Browse files Browse the repository at this point in the history
Azure tests started failing recently. They still work with real azure, so this is on azurite side.
  • Loading branch information
efiop authored Jan 14, 2021
1 parent 3e42e01 commit f1ae92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
version: '3.2'
services:
azurite:
image: mcr.microsoft.com/azure-storage/azurite:3.9.0
image: mcr.microsoft.com/azure-storage/azurite:3.10.0
command: azurite -L -l /data --blobHost 0.0.0.0 --queueHost 0.0.0.0
ports:
- "10000"
oss:
Expand Down

0 comments on commit f1ae92b

Please sign in to comment.