Skip to content

Commit

Permalink
test(config-servlet): ignore ParameterWildcardConfigurationIT on Paya…
Browse files Browse the repository at this point in the history
…ra, too ocpsoft#345
  • Loading branch information
poikilotherm committed Oct 18, 2022
1 parent c59459c commit 2257b09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.junit.runner.RunWith;
import org.ocpsoft.rewrite.category.IgnoreForGlassfish3;
import org.ocpsoft.rewrite.category.IgnoreForGlassfish4;
import org.ocpsoft.rewrite.category.IgnoreForPayara;
import org.ocpsoft.rewrite.category.IgnoreForWildfly;
import org.ocpsoft.rewrite.config.ConfigurationProvider;
import org.ocpsoft.rewrite.test.RewriteIT;
Expand All @@ -35,7 +36,7 @@
* @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*/
@RunWith(Arquillian.class)
@Category({ IgnoreForWildfly.class, IgnoreForGlassfish3.class, IgnoreForGlassfish4.class })
@Category({ IgnoreForWildfly.class, IgnoreForGlassfish3.class, IgnoreForGlassfish4.class, IgnoreForPayara.class })
public class ParameterWildcardConfigurationIT
{
@Deployment(testable = false)
Expand Down

0 comments on commit 2257b09

Please sign in to comment.