Skip to content

Commit

Permalink
ignored test
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed May 23, 2021
1 parent da90514 commit 04f580e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/com/j256/ormlite/misc/JavaxPersistenceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import javax.persistence.OneToOne;
import javax.persistence.Version;

import org.junit.Ignore;
import org.junit.Test;

import com.j256.ormlite.BaseCoreTest;
Expand Down Expand Up @@ -265,7 +266,9 @@ public void testUpperCaseFieldNames() throws Exception {
}

@Test
@Ignore("Doesn't work")
public void testSerializableClass() throws SQLException {
@SuppressWarnings("unused")
Dao<SerializableStuff, Integer> dao = createDao(SerializableStuff.class, true);
}

Expand Down

0 comments on commit 04f580e

Please sign in to comment.