Skip to content

Commit

Permalink
run/events_pubsub: re-enable test (GoogleCloudPlatform#1597)
Browse files Browse the repository at this point in the history
After GoogleCloudPlatform#1224 was resolved, we can now re-enable.
  • Loading branch information
broady authored Jul 30, 2020
1 parent 9d203df commit ef6525d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion run/events_pubsub/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/golang-samples/run/events-pubsub

go 1.14
go 1.13

require (
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20200709211204-5a809bd5cdc8
Expand Down
1 change: 0 additions & 1 deletion run/events_pubsub/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
)

func TestHelloPubSubCloudEvent(t *testing.T) {
t.Skip("test requires Go 1.13+. See: https://github.com/GoogleCloudPlatform/golang-samples/issues/1224")
pubsubEvent := &PubSub{
Message: PubSubMessage{
Data: []byte("foo"),
Expand Down

0 comments on commit ef6525d

Please sign in to comment.