Skip to content

Commit

Permalink
#9748 comment out disabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Jan 30, 2024
1 parent c539bfd commit d960b98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ public void createToolShellScript() {
@Disabled
@Test
public void createToolDataExplorer() {
/*
JsonObjectBuilder job = Json.createObjectBuilder();
job.add("displayName", "Data Explorer");
job.add("description", "");
Expand Down Expand Up @@ -466,6 +467,7 @@ public void createToolDataExplorer() {
Response deleteExternalTool = UtilIT.deleteExternalTool(toolId);
deleteExternalTool.then().assertThat()
.statusCode(OK.getStatusCode());
*/
}

// both preview and explore
Expand Down

0 comments on commit d960b98

Please sign in to comment.