Skip to content

Commit 18b7e33

Browse files
committed
[pos] Fix broadcast related tests
1 parent 105af44 commit 18b7e33

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

presto-native-execution/src/test/java/com/facebook/presto/spark/TestPrestoSparkNativeTpchQueries.java

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import com.facebook.presto.nativeworker.AbstractTestNativeTpchQueries;
1717
import com.facebook.presto.testing.ExpectedQueryRunner;
1818
import com.facebook.presto.testing.QueryRunner;
19-
import org.testng.annotations.Ignore;
2019

2120
public 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
}

0 commit comments

Comments
 (0)