File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
presto-native-execution/src/test/java/com/facebook/presto/spark Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 1616import com .facebook .presto .nativeworker .AbstractTestNativeTpchQueries ;
1717import com .facebook .presto .testing .ExpectedQueryRunner ;
1818import com .facebook .presto .testing .QueryRunner ;
19- import org .testng .annotations .Ignore ;
2019
2120public class TestPrestoSparkNativeTpchQueries
2221 extends AbstractTestNativeTpchQueries
@@ -33,34 +32,4 @@ protected ExpectedQueryRunner createExpectedQueryRunner()
3332 {
3433 return PrestoSparkNativeQueryRunnerUtils .createJavaQueryRunner ();
3534 }
36-
37- // TODO: Enable following Ignored tests after fixing (Tests can be enabled by removing the method)
38- // Following tests require broadcast join
39- @ Override
40- @ Ignore
41- public void testTpchQ7 () {}
42-
43- @ Override
44- @ Ignore
45- public void testTpchQ8 () {}
46-
47- @ Override
48- @ Ignore
49- public void testTpchQ11 () {}
50-
51- @ Override
52- @ Ignore
53- public void testTpchQ15 () {}
54-
55- @ Override
56- @ Ignore
57- public void testTpchQ18 () {}
58-
59- @ Override
60- @ Ignore
61- public void testTpchQ21 () {}
62-
63- @ Override
64- @ Ignore
65- public void testTpchQ22 () {}
6635}
You can’t perform that action at this time.
0 commit comments