mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 08:29:08 +00:00
Also disable for Oracle
Oracle also closes the JDBC Stream. Most likely all other DBs now do it as well.
This commit is contained in:
parent
f1871782cd
commit
93fe064300
@ -50,8 +50,7 @@ public abstract class AbstractLobTest extends SingleEMFTestCase {
|
||||
protected static boolean firstTestExecuted;
|
||||
|
||||
protected List<Class<?>> supportedDatabases =
|
||||
new ArrayList<>
|
||||
(Arrays.asList(MySQLDictionary.class, OracleDictionary.class, DB2Dictionary.class));
|
||||
new ArrayList<>(Arrays.asList(MySQLDictionary.class, DB2Dictionary.class));
|
||||
|
||||
@Override
|
||||
public void setUp() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user