Skip to content

Commit c95ba0c

Browse files
committed
Do not deploy tenant manageer when it is already available
1 parent 0cdc8d2 commit c95ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/io/apicurio/deployment/SqlDeploymentManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private static void prepareSqlDbUpgradeTests(String registryImage) throws Except
7979
deleteRegistryDeployment();
8080

8181
//The Registry version 2.3 is deployed, the version introducing artifact references.
82-
prepareTestsInfra(null, APPLICATION_2_3_SQL_RESOURCES, false, null, true);
82+
prepareTestsInfra(null, APPLICATION_2_3_SQL_RESOURCES, false, null, false);
8383
prepareSqlReferencesMigrationData();
8484

8585
//Once the references data is ready, we delete this old deployment and finally the current one is deployed.

0 commit comments

Comments
 (0)