We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3776682 commit 52c7e21Copy full SHA for 52c7e21
integration-tests/src/test/java/oracle/kubernetes/operator/ITOperatorUpgrade.java
@@ -172,9 +172,9 @@ public void test1OperatorUpgradeFrom2_2_1() throws Exception {
172
173
private void upgradeOperator(boolean restart) throws Exception {
174
operator20.callHelmUpgrade("image=" + OP_TARGET_RELEASE);
175
- if (restart) {
176
- checkDomainRollingRestarted();
177
- }
+ // if (restart) {
+ // checkDomainRollingRestarted();
+ // }
178
checkOperatorVersion(DOM_TARGET_RELEASE_VERSION);
179
// testBasicUseCases(domain);
180
// testClusterScaling(operator20, domain);
0 commit comments