File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class PythonHiveContextFactorySpec extends FunSpec with Matchers with BeforeAndA
101
101
runHiveTest(factory, context, config)
102
102
}
103
103
104
- it (" should successfully run jobs using python3" ) {
104
+ ignore (" should successfully run jobs using python3" ) {
105
105
val factory = new PythonHiveContextFactory ()
106
106
val p3Config = ConfigFactory .parseString(
107
107
"""
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class PythonSQLContextFactorySpec extends FunSpec with Matchers with BeforeAndAf
75
75
runSqlTest(factory, context, config)
76
76
}
77
77
78
- it (" should successfully run jobs using python3" ) {
78
+ ignore (" should successfully run jobs using python3" ) {
79
79
val factory = new PythonSQLContextFactory ()
80
80
val p3Config = ConfigFactory .parseString(
81
81
"""
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ class PythonSparkContextFactorySpec extends FunSpec with Matchers with BeforeAnd
171
171
runTest(factory, context, config)
172
172
}
173
173
174
- it (" should successfully run jobs using python3" ) {
174
+ ignore (" should successfully run jobs using python3" ) {
175
175
val factory = new PythonSparkContextFactory ()
176
176
val p3Config = ConfigFactory .parseString(
177
177
"""
You can’t perform that action at this time.
0 commit comments