Skip to content

Commit

Permalink
SNOW-74086: adjusted getFunctionColumns test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed May 21, 2019
1 parent 624969d commit d0e8ea8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
package net.snowflake.client.jdbc;

import com.google.common.base.Strings;
import net.snowflake.client.ConditionalIgnoreRule;
import net.snowflake.client.RunningOnTravisCI;
import org.junit.Test;

import java.sql.Connection;
Expand Down Expand Up @@ -1079,6 +1081,7 @@ public void testProcedure() throws Throwable
* per input parameter.
*/
@Test
@ConditionalIgnoreRule.ConditionalIgnore(condition = RunningOnTravisCI.class)
public void testGetFunctionColumns() throws Exception
{
try (Connection connection = getConnection())
Expand Down

0 comments on commit d0e8ea8

Please sign in to comment.