Skip to content

Commit

Permalink
Ignores the test case until #6882 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Jun 21, 2015
1 parent a1e3649 commit 41e5b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ class SQLQuerySuite extends QueryTest {
.queryExecution.toRdd.count())
}

test("test script transform for stderr") {
ignore("test script transform for stderr") {
val data = (1 to 100000).map { i => (i, i, i) }
data.toDF("d1", "d2", "d3").registerTempTable("script_trans")
assert(0 ===
Expand Down

0 comments on commit 41e5b47

Please sign in to comment.