Skip to content

Commit 36ce11c

Browse files
authored
test: removed invalid test (#171)
1 parent 1c5d012 commit 36ce11c

File tree

2 files changed

+1
-579
lines changed

2 files changed

+1
-579
lines changed

tests/test_commands/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
])
104104

105105
export_item_invalid_format_parameters = pytest.mark.parametrize("item_type,invalid_format,expected_error_suffix", [
106-
(ItemType.NOTEBOOK, ".txt", "Only the following formats are supported: .py, .ipynb"),
106+
# (ItemType.NOTEBOOK, ".txt", "Only the following formats are supported: .py, .ipynb"),
107107
(ItemType.SPARK_JOB_DEFINITION, ".txt", "No formats are supported"),
108108
(ItemType.DATA_PIPELINE, ".txt", "No formats are supported"),
109109
(ItemType.MIRRORED_DATABASE, ".txt", "No formats are supported"),

0 commit comments

Comments
 (0)