From 05976fd4506d5e8a1b535d3e63c1887f5d4520e4 Mon Sep 17 00:00:00 2001 From: Chris Cotter Date: Tue, 14 Dec 2021 01:02:00 -0500 Subject: [PATCH] update emulator script --- storage/emulator_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/emulator_test.sh b/storage/emulator_test.sh index 092fecf0f4f..4eeb890c5c0 100755 --- a/storage/emulator_test.sh +++ b/storage/emulator_test.sh @@ -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 @@ -74,6 +73,7 @@ PASSING=( "buckets.list" "buckets.lockRetentionPolicy" "objects.copy" "objects.get" + "objects.insert" "objects.list" "objects.delete" "objects.update"