Skip to content

Commit

Permalink
update emulator script
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Dec 14, 2021
1 parent 0515116 commit 05976fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/emulator_test.sh
Expand Up @@ -57,7 +57,6 @@ trap cleanup EXIT

# TODO: move to passing once fixed
FAILING=( "buckets.setIamPolicy"
"objects.insert"
"hmacKey.update"
)
# TODO: remove regex once all tests are passing
Expand All @@ -74,6 +73,7 @@ PASSING=( "buckets.list"
"buckets.lockRetentionPolicy"
"objects.copy"
"objects.get"
"objects.insert"
"objects.list"
"objects.delete"
"objects.update"
Expand Down

0 comments on commit 05976fd

Please sign in to comment.