Skip to content

Commit

Permalink
Skip doctest of OOM since it puts SparkContext into a bad state.
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 5, 2023
1 parent 7625d9e commit f778fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/examples/bad_pyspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def loggedDivZero(x):
def runOutOfMemory(sc):
"""
Run out of memory on the workers from a skewed shuffle.
>>> runOutOfMemory(sc)
>>> runOutOfMemory(sc) # doctest: +SKIP
Traceback (most recent call last):
...
Py4JJavaError:...
Expand Down

0 comments on commit f778fa5

Please sign in to comment.