forked from ocpsoft/rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: introduce Payara Arquillian Managed profile ocpsoft#345
- Add Jakarta EE9 and EE10 compatible Payara versions - Add configuration to run Arquillian integration tests in a managed instance of Payara - Add JUnit category to skip tests that should be ignored on Payara
- Loading branch information
1 parent
620a6ba
commit c59459c
Showing
2 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
test-base/src/main/java/org/ocpsoft/rewrite/category/IgnoreForPayara.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.ocpsoft.rewrite.category; | ||
|
||
/** | ||
* JUnit category which will prevent a certain test to be executed when running the test suite with Payara. | ||
*/ | ||
public interface IgnoreForPayara { | ||
} |