Skip to content

Commit ba79586

Browse files
set test to full mode
1 parent 611cb01 commit ba79586

File tree

1 file changed

+3
-0
lines changed
  • dev/io.openliberty.microprofile.openapi.2.0.internal_fat/fat/src/io/openliberty/microprofile/openapi20/fat/deployments

1 file changed

+3
-0
lines changed

dev/io.openliberty.microprofile.openapi.2.0.internal_fat/fat/src/io/openliberty/microprofile/openapi20/fat/deployments/ZOSConnectExtensionTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
import componenttest.annotation.Server;
4040
import componenttest.custom.junit.runner.FATRunner;
41+
import componenttest.custom.junit.runner.Mode;
42+
import componenttest.custom.junit.runner.Mode.TestMode;
4143
import componenttest.rules.repeater.RepeatTests;
4244
import componenttest.topology.impl.LibertyFileManager;
4345
import componenttest.topology.impl.LibertyServer;
@@ -48,6 +50,7 @@
4850
import io.openliberty.microprofile.openapi20.fat.utils.OpenAPITestUtil;
4951

5052
@RunWith(FATRunner.class)
53+
@Mode(TestMode.FULL)
5154
public class ZOSConnectExtensionTest {
5255

5356
private static final String SERVER_NAME = "OpenAPIMergeWithServerXMLTestServer";

0 commit comments

Comments
 (0)