diff --git a/test/test_examples.py b/test/test_examples.py index 6ecc5d21f..a8db16a00 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -87,8 +87,8 @@ def test_sum_squares_import(): @pytest.mark.parametrize(('sink', 'outname', 'openpath'), [ ('multivips', 'sample', 'sample/results.yml'), - # ('zarr', 'sample.zip', 'sample.zip'), - # ('multizarr', 'sample', 'sample/results.yml'), + ('zarr', 'sample.zip', 'sample.zip'), + ('multizarr', 'sample', 'sample/results.yml'), ]) def test_algorithm_progression(sink, outname, openpath): import large_image