Skip to content

Commit

Permalink
Disable flaky script transformation test
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Apr 24, 2016
1 parent f0f1a8a commit 0c8e533
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
checkAnswer(df, Row("text inside layer 2") :: Nil)
}

test("SPARK-10310: " +
ignore("SPARK-10310: " +
"script transformation using default input/output SerDe and record reader/writer") {
sqlContext
.range(5)
Expand All @@ -1086,7 +1086,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
(0 until 5).map(i => Row(i + "#")))
}

test("SPARK-10310: script transformation using LazySimpleSerDe") {
ignore("SPARK-10310: script transformation using LazySimpleSerDe") {
sqlContext
.range(5)
.selectExpr("id AS a", "id AS b")
Expand Down

0 comments on commit 0c8e533

Please sign in to comment.