Skip to content

Commit

Permalink
synchronizing only model deployment tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Jan 24, 2024
1 parent 73581f2 commit 1d155d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class FlowFrameworkRestApiIT extends FlowFrameworkRestTestCase {

public synchronized void testSearchWorkflows() throws Exception {
public void testSearchWorkflows() throws Exception {

// Create a Workflow that has a credential 12345
Template template = TestHelpers.createTemplateFromFile("createconnector-registerremotemodel-deploymodel.json");
Expand Down Expand Up @@ -170,7 +170,7 @@ public synchronized void testCreateAndProvisionLocalModelWorkflow() throws Excep
assertNotNull(resourcesCreated.get(1).resourceId());
}

public synchronized void testCreateAndProvisionCyclicalTemplate() throws Exception {
public void testCreateAndProvisionCyclicalTemplate() throws Exception {

// Using a 3 step template to create a connector, register remote model and deploy model
Template template = TestHelpers.createTemplateFromFile("createconnector-registerremotemodel-deploymodel.json");
Expand Down

0 comments on commit 1d155d1

Please sign in to comment.