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 e05e719 commit e34c5f7Copy full SHA for e34c5f7
integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMiiSample.java
@@ -164,7 +164,9 @@ public static void initAll(@Namespaces(5) List<String> namespaces) {
164
@DisabledIfEnvironmentVariable(named = "SKIP_CHECK_SAMPLE", matches = "true")
165
@DisplayName("Test to verify MII Sample source")
166
public void testCheckMiiSampleSource() {
167
+ envMap.remove("BASE_IMAGE_NAME");
168
execTestScriptAndAssertSuccess("-check-sample","Sample source doesn't match with the generated source");
169
+ envMap.put("BASE_IMAGE_NAME", WEBLOGIC_IMAGE_NAME);
170
}
171
172
/**
0 commit comments