Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
#153 debug, working on fixing tests on windows env
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof (Chris) Bernat committed Apr 6, 2017
1 parent cde1ceb commit f149b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ds/test_esa_cci_odp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from cate.ds.esa_cci_odp import EsaCciOdpDataStore, find_datetime_format


# @unittest.skip(reason='Because it writes a lot of files')
@unittest.skip(reason='Because it writes a lot of files')
# @unittest.skipUnless(condition=os.environ.get('CATE_ODP_TEST', None), reason="skipped unless CATE_ODP_TEST=1")
class EsaCciOdpDataStoreIndexCacheTest(unittest.TestCase):
def test_index_cache(self):
Expand Down

0 comments on commit f149b55

Please sign in to comment.