Skip to content

Commit c98e47e

Browse files
committed
Add @SkipIfCheckpointNotSupported to the test
1 parent d80277e commit c98e47e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dev/io.openliberty.checkpoint_fat/fat/src/io/openliberty/checkpoint/fat/JsonpTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-2.0/
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -24,6 +24,7 @@
2424
import com.ibm.websphere.simplicity.ShrinkHelper;
2525

2626
import componenttest.annotation.Server;
27+
import componenttest.annotation.SkipIfCheckpointNotSupported;
2728
import componenttest.annotation.TestServlet;
2829
import componenttest.custom.junit.runner.FATRunner;
2930
import componenttest.rules.repeater.JakartaEE10Action;
@@ -35,6 +36,7 @@
3536
import jsonp.JSONPServlet;
3637

3738
@RunWith(FATRunner.class)
39+
@SkipIfCheckpointNotSupported
3840
public class JsonpTest extends FATServletClient {
3941

4042
private static final String SERVER_NAME = "checkpointJsonp";

dev/io.openliberty.checkpoint_fat/fat/src/io/openliberty/checkpoint/fat/ManagedBeansTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-2.0/
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -24,6 +24,7 @@
2424
import com.ibm.websphere.simplicity.ShrinkHelper;
2525

2626
import componenttest.annotation.Server;
27+
import componenttest.annotation.SkipIfCheckpointNotSupported;
2728
import componenttest.annotation.TestServlet;
2829
import componenttest.custom.junit.runner.FATRunner;
2930
import componenttest.rules.repeater.JakartaEE10Action;
@@ -35,6 +36,7 @@
3536
import managedBeans.ManagedBeanServlet;
3637

3738
@RunWith(FATRunner.class)
39+
@SkipIfCheckpointNotSupported
3840
public class ManagedBeansTest extends FATServletClient {
3941

4042
private static final String SERVER_NAME = "checkpointManagedBeans";

0 commit comments

Comments
 (0)