Author: Guillem Jover <gjover@sipwise.com>
Forwarded: not-needed
Description: Disable a failing test that requires strfmt 0.20.2 which requires
 the unavailable mongodb modules. Once these are all in, we can drop this
 patch.

---
 formats_test.go |    4 ----
 1 file changed, 4 deletions(-)

--- a/formats_test.go
+++ b/formats_test.go
@@ -58,10 +58,6 @@ func TestStringValidation(t *testing.T)
 			format: "email",
 			obj:    strfmt.Email("name@domain.tld"),
 		},
-		&testParams{
-			format: "bsonobjectid",
-			obj:    strfmt.NewObjectId("60a7903427a1e6666d2b998c"),
-		},
 	}
 
 	for _, v := range testCases {
