From: David Lutterkort <[email protected]>
This sends the server into an infnite loop
---
tests/cimi/cep_test.rb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/cimi/cep_test.rb b/tests/cimi/cep_test.rb
index f764ea2..3c8149d 100644
--- a/tests/cimi/cep_test.rb
+++ b/tests/cimi/cep_test.rb
@@ -27,7 +27,9 @@ class CloundEntryPointBehavior < CIMI::Test::Spec
"networks", "networkTemplates", "networkConfigs", "networkPorts",
"networkPortTemplates", "networkPortConfigs",
"addresses", "addressTemplates", "forwardingGroups",
- "forwardingGroupTemplates",
+# FIXME: accessing this collection causes the thin process to take
+# all available memory
+# "forwardingGroupTemplates",
"jobs", "meters", "meterTemplates", "meterConfigs",
"eventLogs", "eventLogTemplates" ]
--
1.7.7.6