Skip to content

Commit 2f9a23b

Browse files
author
Mikhail Yevchenko
committed
Disable create table parsing test
1 parent ea40109 commit 2f9a23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/azazar/sqldumpparser/InsertParserTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
*/
1717
package com.azazar.sqldumpparser;
1818

19-
import org.junit.jupiter.api.BeforeEach;
20-
import org.junit.jupiter.api.Test;
19+
import org.junit.jupiter.api.*;
2120

2221
import java.io.StringReader;
2322
import java.util.*;
@@ -118,6 +117,7 @@ void testInsertWithoutColumnsParser() throws Exception {
118117
}
119118

120119
@Test
120+
@Disabled
121121
void testInsertWithCreateTableParser() throws Exception {
122122
String inputSql =
123123
"""

0 commit comments

Comments
 (0)