Skip to content

Commit b2c1987

Browse files
committed
Disable failing integration tests due to disabled basic auth on ARU
1 parent 21d632b commit b2c1987

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
<version>3.1.2</version>
158158
<configuration>
159159
<groups>${test.groups}</groups>
160+
<excludedGroups>failing</excludedGroups>
160161
</configuration>
161162
</plugin>
162163
<plugin>

tests/src/test/java/com/oracle/weblogic/imagetool/tests/ITImagetool.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ void createAuxImage(TestInfo testInfo) throws Exception {
753753
@Test
754754
@Order(20)
755755
@Tag("nightly")
756+
@Tag("failing")
756757
@DisplayName("Create FMW 12.2.1.3 image with latest PSU")
757758
void createFmwImgFullInternetAccess(TestInfo testInfo) throws Exception {
758759
// add jdk 8u212 installer to the cache
@@ -859,6 +860,7 @@ void createJrfDomainImgUsingWdt(TestInfo testInfo) throws Exception {
859860
@Test
860861
@Order(23)
861862
@Tag("nightly")
863+
@Tag("failing")
862864
@DisplayName("Create FMW image with WDT domain and latestPSU with new base img")
863865
void createRestrictedJrfDomainImgUsingWdt(TestInfo testInfo) throws Exception {
864866
// test assumes that the FMW 12.2.1.3 installer is already in the cache
@@ -934,6 +936,7 @@ void createWlsImgUsingMultiModels(TestInfo testInfo) throws Exception {
934936
@Test
935937
@Order(25)
936938
@Tag("nightly")
939+
@Tag("failing")
937940
@DisplayName("Create image with additionalBuildCommands and recommendedPatches")
938941
void createWlsImgWithAdditionalBuildCommands(TestInfo testInfo) throws Exception {
939942
String tagName = build_tag + ":" + getMethodName(testInfo);

0 commit comments

Comments
 (0)