Skip to content

Commit

Permalink
Temporarily disable the testCreatePlatform test until HHQ-3435 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen committed Oct 23, 2009
1 parent ce566aa commit 2b78d3e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -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();
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2b78d3e

Please sign in to comment.