From ea49e28641963dc650c9a7f96bbaf076478e5499 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Tue, 13 Aug 2024 21:16:31 -0700 Subject: [PATCH] Set RUN_DUMPS to False --- tests/resources/test_write_layers_to_geotiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/test_write_layers_to_geotiff.py b/tests/resources/test_write_layers_to_geotiff.py index e5a5431f..e27aaa1f 100644 --- a/tests/resources/test_write_layers_to_geotiff.py +++ b/tests/resources/test_write_layers_to_geotiff.py @@ -25,7 +25,7 @@ from tests.resources.bbox_constants import BBOX_BR_LAURO_DE_FREITAS_1 from tools.general_tools import create_temp_folder -RUN_DUMPS = True +RUN_DUMPS = False BBOX = BBOX_BR_LAURO_DE_FREITAS_1 @pytest.mark.skipif(RUN_DUMPS == False, reason='Skipping since RUN_DUMPS set to False')