Skip to content

Commit d75f1e3

Browse files
committed
Remove duplicate failsafe and leftover sample test
1 parent d7c4314 commit d75f1e3

File tree

2 files changed

+0
-98
lines changed

2 files changed

+0
-98
lines changed

pom.xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -379,48 +379,6 @@
379379
</executions>
380380
</plugin>
381381

382-
<plugin>
383-
<groupId>org.apache.maven.plugins</groupId>
384-
<artifactId>maven-failsafe-plugin</artifactId>
385-
<version>${maven-failsafe-plugin-version}</version>
386-
<configuration> <!-- run tests in parallel -->
387-
<argLine>
388-
--illegal-access=permit
389-
</argLine>
390-
<encoding>UTF-8</encoding>
391-
<argLine>${failsafeArgLine}</argLine>
392-
<failIfNoTests>false</failIfNoTests>
393-
<systemPropertyVariables>
394-
<!-- Add any system properties here -->
395-
<!--<project.build.directory>${project.build.directory}</project.build.directory> -->
396-
<!--<weblogic.operator.root.directory>${basedir}/..</weblogic.operator.root.directory> -->
397-
<!--<TAGS>${env.TAGS}</TAGS> -->
398-
<maxThreads>3</maxThreads>
399-
</systemPropertyVariables>
400-
</configuration>
401-
402-
<executions>
403-
<execution>
404-
<id>acceptance-test</id>
405-
<goals>
406-
<goal>integration-test</goal>
407-
<goal>verify</goal>
408-
</goals>
409-
<phase>integration-test</phase>
410-
<configuration>
411-
<!-- do not run unit or integration tests -->
412-
<excludes>
413-
<exclude>**/*Test.java</exclude>
414-
<exclude>**/*IT.java</exclude>
415-
</excludes>
416-
<!-- just run acceptance tests -->
417-
<includes>
418-
<include>**/*AT.java</include>
419-
</includes>
420-
</configuration>
421-
</execution>
422-
</executions>
423-
</plugin>
424382
</plugins>
425383
</build>
426384
</profile>

src/integration-tests/java/TestEnhancedAuthenticationAT.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)