Merge branch '18298-lsf-no-suitable-hosts'
[arvados.git] / lib / controller / localdb / collection_test.go
index ae996d27b8c275bbd089b4a4e43ce80ef715c638..bbfb811165c7c869cfc62e6306611d9e60c6f457 100644 (file)
@@ -67,7 +67,6 @@ func (s *CollectionSuite) setUpVocabulary(c *check.C, testVocabulary string) {
        }
        voc, err := arvados.NewVocabulary([]byte(testVocabulary), []string{})
        c.Assert(err, check.IsNil)
-       c.Assert(voc.Validate(), check.IsNil)
        s.cluster.API.VocabularyPath = "foo"
        s.localdb.vocabularyCache = voc
 }