Skip to content

Commit 67de469

Browse files
committed
1 parent 4863eb5 commit 67de469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
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
*/
3031

31-
32+
@Disabled
3233
public class ConditionalKeywordsTest {
3334
public final static Logger LOGGER = Logger.getLogger(ConditionalKeywordsTest.class.getName());
3435

0 commit comments

Comments
 (0)