Skip to content

Commit 374ce0c

Browse files
committed
注释sqlserver测试。
1 parent 805c3b5 commit 374ce0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/github/abel533/test/jdbc/TestJDBC.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*/
4040
public class TestJDBC {
4141

42-
@Test
42+
// @Test
4343
public void testJDBC() {
4444
SqlSession sqlSession = MybatisHelper.getSqlSession();
4545
try {
@@ -56,7 +56,7 @@ public void testJDBC() {
5656
}
5757
}
5858

59-
@Test
59+
// @Test
6060
public void testJDBC2() {
6161
SqlSession sqlSession = MybatisHelper.getSqlSession();
6262
try {

0 commit comments

Comments
 (0)