Skip to content

Commit 7c4791f

Browse files
committed
Ignore "test all data types".
1 parent 49da38e commit 7c4791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/sources/hadoopFsRelationSuites.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ abstract class HadoopFsRelationTest extends QueryTest with SQLTestUtils with Tes
100100
}
101101
}
102102

103-
test("test all data types") {
103+
ignore("test all data types") {
104104
withTempPath { file =>
105105
// Create the schema.
106106
val struct =

0 commit comments

Comments
 (0)