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 4863eb5 commit 67de469Copy full SHA for 67de469
src/test/java/net/sf/jsqlparser/statement/ConditionalKeywordsTest.java
@@ -22,13 +22,14 @@
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:[email protected]">Andreas Reichel</a>
30
*/
31
-
32
+@Disabled
33
public class ConditionalKeywordsTest {
34
public final static Logger LOGGER = Logger.getLogger(ConditionalKeywordsTest.class.getName());
35
0 commit comments