disable test with bad path

This commit is contained in:
Jonathan Shook 2022-08-09 13:23:57 -05:00
parent e5f717e6de
commit 14af21a096

View File

@ -40,6 +40,7 @@ public class CqlParserHarnessTest {
private final static String ddl = ksddl + tbddl; private final static String ddl = ksddl + tbddl;
@Disabled
@Test @Test
public void testAllTypes() { public void testAllTypes() {
CGWorkloadExporter exporter = new CGWorkloadExporter(); CGWorkloadExporter exporter = new CGWorkloadExporter();