Skip to content

Commit

Permalink
run getProcedureColumns test internally
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed May 30, 2019
1 parent c114c86 commit 8d8f717
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ public void testGetProcedures() throws SQLException
}

@Test
@ConditionalIgnoreRule.ConditionalIgnore(condition = RunningOnTravisCI.class)
public void testGetProcedureColumns() throws Exception
{
try (Connection connection = getConnection())
Expand Down

0 comments on commit 8d8f717

Please sign in to comment.