Skip to content

Commit b657934

Browse files
committed
DSP-11503 ignore simple python3 test
instead run all python suites for both python2 and python3 (on jenkins)
1 parent 39f8869 commit b657934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

job-server-extras/src/test/scala/spark/jobserver/python/PythonHiveContextFactorySpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class PythonHiveContextFactorySpec extends FunSpec with Matchers with BeforeAndA
101101
runHiveTest(factory, context, config)
102102
}
103103

104-
it("should successfully run jobs using python3") {
104+
ignore("should successfully run jobs using python3") {
105105
val factory = new PythonHiveContextFactory()
106106
val p3Config = ConfigFactory.parseString(
107107
"""

job-server-extras/src/test/scala/spark/jobserver/python/PythonSQLContextFactorySpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class PythonSQLContextFactorySpec extends FunSpec with Matchers with BeforeAndAf
7575
runSqlTest(factory, context, config)
7676
}
7777

78-
it("should successfully run jobs using python3") {
78+
ignore("should successfully run jobs using python3") {
7979
val factory = new PythonSQLContextFactory()
8080
val p3Config = ConfigFactory.parseString(
8181
"""

job-server-extras/src/test/scala/spark/jobserver/python/PythonSparkContextFactorySpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class PythonSparkContextFactorySpec extends FunSpec with Matchers with BeforeAnd
171171
runTest(factory, context, config)
172172
}
173173

174-
it("should successfully run jobs using python3") {
174+
ignore("should successfully run jobs using python3") {
175175
val factory = new PythonSparkContextFactory()
176176
val p3Config = ConfigFactory.parseString(
177177
"""

0 commit comments

Comments
 (0)