Skip to content

Commit 3e65c00

Browse files
author
Robert Fujara
authored
Merge branch 'master' into docker_and_kubectl_support_in_devcontainer
2 parents 8bac9b8 + 868f40f commit 3e65c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bin/dltk/test/cases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from dltk.core.algorithm.test_method_api import *
1111
from dltk.core.deployment.test_deployment_api import *
1212
from dltk.runtime.base.test_base import *
13-
from dltk.runtime.spark.test_spark import *
13+
#from dltk.runtime.spark.test_spark import *
1414

1515
test_names = []
1616
for name in dir():

0 commit comments

Comments
 (0)