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:
Mark Struberg 2021-04-01 16:45:37 +02:00
parent f1871782cd
commit 93fe064300
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@ public abstract class AbstractLobTest extends SingleEMFTestCase {
protected static boolean firstTestExecuted; protected static boolean firstTestExecuted;
protected List<Class<?>> supportedDatabases = protected List<Class<?>> supportedDatabases =
new ArrayList<> new ArrayList<>(Arrays.asList(MySQLDictionary.class, DB2Dictionary.class));
(Arrays.asList(MySQLDictionary.class, OracleDictionary.class, DB2Dictionary.class));
@Override @Override
public void setUp() throws Exception { public void setUp() throws Exception {