Skip to content

Commit

Permalink
Add local_sparklyr test (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Jun 6, 2023
1 parent e7bdf4f commit 9e3ab90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/all-spark-notebook/test_spark_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

@pytest.mark.parametrize(
"test_file",
# TODO: add local_sparklyr
["local_pyspark", "local_sparkR", "issue_1168"],
["issue_1168", "local_pyspark", "local_sparklyr", "local_sparkR"],
)
def test_nbconvert(container: TrackedContainer, test_file: str) -> None:
"""Check if Spark notebooks can be executed"""
Expand Down

0 comments on commit 9e3ab90

Please sign in to comment.