Skip to content

Commit

Permalink
Change description/TODO note of management TLS tests
Browse files Browse the repository at this point in the history
(cherry picked from commit 626955a)
  • Loading branch information
jedla97 authored and fedinskiy committed Oct 8, 2024
1 parent 04c2ed7 commit a60f2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import io.restassured.response.Response;

@QuarkusScenario
// todo Merge with LocalIT when https://github.com/quarkusio/quarkus/issues/32225 is fixed
// todo Merge with LocalIT when framework support SSL/TLS on openshift https://github.com/quarkus-qe/quarkus-test-framework/issues/1052
public class LocalTLSIT {

@QuarkusApplication(certificates = @Certificate(configureManagementInterface = true, configureKeystore = true, useTlsRegistry = false))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
@Disabled
// todo delete when https://github.com/quarkusio/quarkus/issues/32225 is fixed
@Disabled("https://github.com/quarkus-qe/quarkus-test-framework/issues/1052")
// todo delete when framework support SSL/TLS on openshift
public class OpenShiftTLSIT extends LocalTLSIT {
}

0 comments on commit a60f2d1

Please sign in to comment.