Skip to content

Commit 8a01833

Browse files
committed
1 parent 67de469 commit 8a01833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/net/sf/jsqlparser/statement/KeywordsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
import java.util.stream.Stream;
2323

2424
import static net.sf.jsqlparser.test.TestUtils.assertSqlCanBeParsedAndDeparsed;
25+
import org.junit.jupiter.api.Disabled;
2526

2627
/**
2728
*
2829
* @author <a href="mailto:[email protected]">Andreas Reichel</a>
2930
*/
30-
31+
@Disabled
3132
public class KeywordsTest {
3233
public final static Logger LOGGER = Logger.getLogger(KeywordsTest.class.getName());
3334

0 commit comments

Comments
 (0)