irods / irods_capability_automated_ingest

Other
12 stars 15 forks source link

Investigate skipped tests #171

Open alanking opened 2 years ago

alanking commented 2 years ago
$ grep -nRI skip
.../test_irods_sync.py:1096:    @unittest.skip('irods/irods#4622')
.../test_irods_sync.py:1121:    @unittest.skip('irods/irods#4622')
.../test_irods_sync.py:1146:    @unittest.skip('this should result in a HIERARCHY_ERROR')
.../test_irods_sync.py:1183:    @unittest.skip('irods/irods#4622')
.../test_irods_sync.py:1195:    @unittest.skip('irods/irods#3517 - this is not allowed')
.../test_irods_sync.py:1201:    @unittest.skip('this should result in a HIERARCHY_ERROR')
.../test_irods_sync.py:1209:    @unittest.skip('irods/irods#4623')
.../test_irods_sync.py:1215:    @unittest.skip('irods/irods#4623')
.../test_irods_sync.py:1387:    @unittest.skip('irods/irods#4621')
.../test_irods_sync.py:1407:    @unittest.skip('Test does not seem to raise UnicodeEncodeError')

Resolved issues, which may result in being able to run these tests again: https://github.com/irods/irods/issues/4621 https://github.com/irods/irods/issues/4622

Any remaining skipped tests should have an issue associated with it.