Skip to content

Commit 022f941

Browse files
authored
test(storage): enable integration test for OLM prefix/suffix (#9117)
1 parent afa3a33 commit 022f941

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/storage/tests/bucket_integration_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ TEST_F(BucketIntegrationTest, RpoPatch) {
500500

501501
/// @test Verify that we can use MatchesPrefixes() and MatchesSuffixes()
502502
TEST_F(BucketIntegrationTest, MatchesPrefixSuffixPatch) {
503-
if (!UsingEmulator()) GTEST_SKIP();
504503
auto const bucket_name = MakeRandomBucketName();
505504
auto client = MakeIntegrationTestClient();
506505
ASSERT_STATUS_OK(client);

0 commit comments

Comments
 (0)