Skip to content

Commit

Permalink
Add workaround for issue #20
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphilipsmith committed Jul 27, 2022
1 parent 1412d84 commit a5b0fb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyveg/tests/test_processor_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
)


@unittest.skipIf(
os.environ.get("CI") == "true",
"Skipping this test in a CI - waiting on a fix for #20. "
"https://github.com/urbangrammarai/gee_pipeline/issues/20",
)
def test_Sentinel2_image_processor():
"""
Should combine tif files into RGB, NDVI, and BWNDVI
Expand Down

0 comments on commit a5b0fb1

Please sign in to comment.