File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
dev/io.openliberty.checkpoint_fat/fat/src/io/openliberty/checkpoint/fat Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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:
2424import com .ibm .websphere .simplicity .ShrinkHelper ;
2525
2626import componenttest .annotation .Server ;
27+ import componenttest .annotation .SkipIfCheckpointNotSupported ;
2728import componenttest .annotation .TestServlet ;
2829import componenttest .custom .junit .runner .FATRunner ;
2930import componenttest .rules .repeater .JakartaEE10Action ;
3536import jsonp .JSONPServlet ;
3637
3738@ RunWith (FATRunner .class )
39+ @ SkipIfCheckpointNotSupported
3840public class JsonpTest extends FATServletClient {
3941
4042 private static final String SERVER_NAME = "checkpointJsonp" ;
Original file line number Diff line number Diff line change 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:
2424import com .ibm .websphere .simplicity .ShrinkHelper ;
2525
2626import componenttest .annotation .Server ;
27+ import componenttest .annotation .SkipIfCheckpointNotSupported ;
2728import componenttest .annotation .TestServlet ;
2829import componenttest .custom .junit .runner .FATRunner ;
2930import componenttest .rules .repeater .JakartaEE10Action ;
3536import managedBeans .ManagedBeanServlet ;
3637
3738@ RunWith (FATRunner .class )
39+ @ SkipIfCheckpointNotSupported
3840public class ManagedBeansTest extends FATServletClient {
3941
4042 private static final String SERVER_NAME = "checkpointManagedBeans" ;
You can’t perform that action at this time.
0 commit comments