Removing the test that validates celery+rabbitmq

Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
Vishnu kannan
2016-08-25 16:24:43 -07:00
parent 33654d61fb
commit d4e07f917d
2 changed files with 0 additions and 58 deletions

View File

@@ -261,13 +261,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"cassandra-controller": &api.ReplicationController{},
"cassandra-service": &api.Service{},
},
"../examples/celery-rabbitmq": {
"celery-controller": &api.ReplicationController{},
"flower-controller": &api.ReplicationController{},
"flower-service": &api.Service{},
"rabbitmq-controller": &api.ReplicationController{},
"rabbitmq-service": &api.Service{},
},
"../examples/cluster-dns": {
"dns-backend-rc": &api.ReplicationController{},
"dns-backend-service": &api.Service{},