Skip to content

Commit

Permalink
[3.2] Remove superfluous TODOs in external apps
Browse files Browse the repository at this point in the history
* Removing TODOs that have been resolved by
  quarkus-qe#905.
  • Loading branch information
mjurc committed Oct 14, 2023
1 parent 4ff1f4f commit cb63b3f
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 cb63b3f

Please sign in to comment.