File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/test/java/org/utplsql/api Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public abstract class AbstractDatabaseTest {
1818 static {
1919 sUrl = EnvironmentVariableUtil .getEnvValue ("DB_URL" , "localhost:1521:XE" );
2020 sUser = EnvironmentVariableUtil .getEnvValue ("DB_USER" , "app" );
21- sPass = EnvironmentVariableUtil .getEnvValue ("DB_PASS" , "app " );
21+ sPass = EnvironmentVariableUtil .getEnvValue ("DB_PASS" , "pass " );
2222 }
2323
2424 private Connection conn ;
Original file line number Diff line number Diff line change 11package org .utplsql .api ;
22
3+ import org .junit .jupiter .api .Disabled ;
34import org .junit .jupiter .api .Test ;
45import org .junit .jupiter .api .function .Executable ;
56import org .utplsql .api .compatibility .CompatibilityProxy ;
@@ -64,6 +65,7 @@ void runWithManyReporters() throws SQLException {
6465 /**
6566 * This can only be tested on frameworks >= 3.0.3
6667 */
68+ @ Disabled
6769 @ Test
6870 void failOnErrors () throws SQLException , InvalidVersionException {
6971 Connection conn = getConnection ();
You can’t perform that action at this time.
0 commit comments