Skip to content
Snippets Groups Projects
Commit 6ce0886e authored by Yin Huai's avatar Yin Huai
Browse files

[SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data types" if it is too flaky

If hadoopFsRelationSuites's "test all data types" is too flaky we can disable it for now.

https://issues.apache.org/jira/browse/SPARK-10540

Author: Yin Huai <yhuai@databricks.com>

Closes #8705 from yhuai/SPARK-10540-ignore.
parent 2e3a2807
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ abstract class HadoopFsRelationTest extends QueryTest with SQLTestUtils with Tes
}
}
test("test all data types") {
ignore("test all data types") {
withTempPath { file =>
// Create the schema.
val struct =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment