Skip to content

Commit

Permalink
chore(datastore): skip failing test TestLoadCivilTimeInNonUTCZone (#3446
Browse files Browse the repository at this point in the history
)

Tracking with #3402.
  • Loading branch information
codyoss committed Dec 10, 2020
1 parent 69e0110 commit c97dcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datastore/load_test.go
Expand Up @@ -440,6 +440,7 @@ type withUntypedInterface struct {
}

func TestLoadCivilTimeInNonUTCZone(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/3402")
src := &pb.Entity{
Key: keyToProto(testKey0),
Properties: map[string]*pb.Value{
Expand Down

0 comments on commit c97dcd7

Please sign in to comment.