We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18051c commit acbde07Copy full SHA for acbde07
enterprise_gateway/itests/test_python_kernel.py
@@ -117,6 +117,7 @@ def test_get_spark_version(self):
117
self.assertRegex(result, self.get_expected_spark_version())
118
self.assertEqual(has_error, False)
119
120
+ @unittest.mark.skip(reason="TODO: Fix this test")
121
def test_run_pi_example(self):
122
# Build the example code...
123
pi_code = []
0 commit comments