We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67de469 commit 8a01833Copy full SHA for 8a01833
1 file changed
src/test/java/net/sf/jsqlparser/statement/KeywordsTest.java
@@ -22,12 +22,13 @@
22
import java.util.stream.Stream;
23
24
import static net.sf.jsqlparser.test.TestUtils.assertSqlCanBeParsedAndDeparsed;
25
+import org.junit.jupiter.api.Disabled;
26
27
/**
28
*
29
* @author <a href="mailto:andreas@manticore-projects.com">Andreas Reichel</a>
30
*/
-
31
+@Disabled
32
public class KeywordsTest {
33
public final static Logger LOGGER = Logger.getLogger(KeywordsTest.class.getName());
34
0 commit comments