diff --git a/src/org/hyperic/hq/hqapi1/test/ResourceCreatePlatform_test.java b/src/org/hyperic/hq/hqapi1/test/ResourceCreatePlatform_test.java index e606eb5b..507efcb0 100644 --- a/src/org/hyperic/hq/hqapi1/test/ResourceCreatePlatform_test.java +++ b/src/org/hyperic/hq/hqapi1/test/ResourceCreatePlatform_test.java @@ -46,6 +46,9 @@ public ResourceCreatePlatform_test(String name) { super(name); } + // Temporarily disable the testCreatePlatform test until HHQ-3435 is fixed + + /* public void testCreatePlatform() throws Exception { Agent a = getRunningAgent(); @@ -81,6 +84,7 @@ public void testCreatePlatform() throws Exception { StatusResponse deleteResponse = api.deleteResource(resp.getResource().getId()); hqAssertSuccess(deleteResponse); } + */ public void testCreatePlatformLongDescription() throws Exception { // give hibernate time to flush current session before running