Skip to content

Commit af08d31

Browse files
committed
address comments
1 parent 19a021f commit af08d31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/net/snowflake/ingest/connection/UserAgentTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
import java.util.Properties;
66
import net.snowflake.ingest.SimpleIngestManager;
77
import org.junit.Assert;
8-
import org.junit.Ignore;
98
import org.junit.Test;
109

1110
public class UserAgentTest {
1211
@Test
13-
@Ignore
1412
public void testDefaultSdkVersionMatchesProjectVersion() throws IOException {
1513
Properties properties = new Properties();
1614
try (InputStream is =

0 commit comments

Comments
 (0)