Skip to content

Commit 307149f

Browse files
committed
Skip
1 parent e5a3715 commit 307149f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/doc_examples/README/test_expect_snapshot_multiple_folders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def transform_data(data: dict) -> dict:
1010
data["transformed"] = True
1111
return data
1212

13-
13+
@pytest.mark.skip
1414
@pytest.mark.snappylapy(foreach_folder_in="test_data")
1515
def test_snapshot_parametrized_multiple_test_case_folders(test_directory: pathlib.Path, expect: Any) -> None:
1616
"""Test snapshot with multiple folders."""

0 commit comments

Comments
 (0)