Skip to content

Commit

Permalink
chore(pubsub): skip pubsub geofencing tests (#3066)
Browse files Browse the repository at this point in the history
From #3065, temporarily skipping tests related to geofencing integration test failures due to a recent move of our regression test project.
  • Loading branch information
hongalex committed Oct 22, 2020
1 parent 2894536 commit 4c538f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pubsub/integration_test.go
Expand Up @@ -762,6 +762,7 @@ func TestIntegration_UpdateSubscription_ExpirationPolicy(t *testing.T) {
// NOTE: This test should be skipped by open source contributors. It requires
// allowlisting, a (gsuite) organization project, and specific permissions.
func TestIntegration_UpdateTopicLabels(t *testing.T) {
t.Skip("Skipping due to org level policy failing. https://github.com/googleapis/google-cloud-go/issues/3065")
t.Parallel()
ctx := context.Background()
client := integrationTestClient(ctx, t)
Expand Down Expand Up @@ -890,6 +891,7 @@ func TestIntegration_Errors(t *testing.T) {
}

func TestIntegration_MessageStoragePolicy_TopicLevel(t *testing.T) {
t.Skip("Skipping due to org level policy failing. https://github.com/googleapis/google-cloud-go/issues/3065")
t.Parallel()
ctx := context.Background()
client := integrationTestClient(ctx, t)
Expand Down

0 comments on commit 4c538f4

Please sign in to comment.