Skip to content

Commit

Permalink
Merge pull request openshift#12734 from mfojtik/serialization_test
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Feb 1, 2017
2 parents 4670f9e + 7df7e60 commit fa7c250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/serialization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ func TestSpecificKind(t *testing.T) {

// Keep this in sync with the respective upstream set
// WatchEvent does not have TypeMeta and cannot be roundtripped.
var nonInternalRoundTrippableTypes = sets.NewString("List", "ListOptions", "WatchEvent")
var nonInternalRoundTrippableTypes = sets.NewString("WatchEvent")

// TestTypes will try to roundtrip all OpenShift and Kubernetes stable api types
func TestTypes(t *testing.T) {
Expand Down

0 comments on commit fa7c250

Please sign in to comment.