Skip to content

Commit

Permalink
diable timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraiya Hameed committed Mar 13, 2017
1 parent 795de0b commit 09b0fa6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.util.logging.Level;
import java.util.logging.Logger;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.platform.runner.JUnitPlatform;
Expand Down Expand Up @@ -57,6 +58,7 @@ public class BatchExecuteWithErrorsTest extends AbstractTest {
*/
@Test
@DisplayName("Batch Test")
@Disabled
public void Repro47239() throws SQLException {
String tableN = RandomUtil.getIdentifier("t_Repro47239");
final String tableName = AbstractSQLGenerator.escapeIdentifier(tableN);
Expand Down

0 comments on commit 09b0fa6

Please sign in to comment.