Skip to content

Commit

Permalink
Merge pull request #907 from mjurc/pin-branches-to-3.2
Browse files Browse the repository at this point in the history
[3.2] Remove superfluous TODOs in external apps
  • Loading branch information
rsvoboda authored Oct 15, 2023
2 parents e482038 + cb63b3f commit 5d5dd03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import io.quarkus.test.scenarios.annotations.DisabledOnQuarkusSnapshot;
import io.quarkus.test.services.GitRepositoryQuarkusApplication;

// TODO: enable test when Camel Quarkus Examples migrate to Quarkus 3.0
@DisabledOnQuarkusSnapshot(reason = "Camel Quarkus 999-SNAPSHOT is not available in maven repository") // f.e. 'quarkus-camel-bom:pom:999-SNAPSHOT' is not available
@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingOpenShiftExtension)
public class OpenShiftExtensionCamelFileBindyFtpIT {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import io.quarkus.test.scenarios.annotations.DisabledOnQuarkusSnapshot;
import io.quarkus.test.services.GitRepositoryQuarkusApplication;

// TODO: enable test when Camel Quarkus Examples migrate to Quarkus 3.0
@DisabledOnQuarkusSnapshot(reason = "Camel Quarkus 999-SNAPSHOT is not available in maven repository") // f.e. 'quarkus-camel-bom:pom:999-SNAPSHOT' is not available
@OpenShiftScenario(deployment = OpenShiftDeploymentStrategy.UsingOpenShiftExtensionAndDockerBuildStrategy)
public class OpenShiftExtensionUsingDockerBuildStrategyCamelFileBindyFtpIT {
Expand Down

0 comments on commit 5d5dd03

Please sign in to comment.