Skip to content
Permalink
Browse files

WFLY-10340 Enable OpenJPA integration tests for Java 10, as the test …

…passes for me locally with jdk10.
  • Loading branch information
scottmarlow committed Apr 4, 2019
1 parent 97c66d1 commit a133dc5c0acc1c5148e01c7795a1b768d7f6c44d
@@ -33,7 +33,6 @@

import javax.naming.InitialContext;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -44,7 +43,6 @@
* @author Antti Laisi
*/
@RunWith(Arquillian.class)
@Ignore("WFLY-10340")
public class OpenJPASharedModuleProviderTestCase {

private static final String ARCHIVE_NAME = "openjpa_module_test";

0 comments on commit a133dc5

Please sign in to comment.
You can’t perform that action at this time.