Skip to content

Commit

Permalink
Set RUN_DUMPS to False
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Aug 14, 2024
1 parent bc996c3 commit ea49e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/test_write_layers_to_geotiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ea49e28

Please sign in to comment.