Skip to content

Commit cb997b5

Browse files
committed
squash. code review - TODOs
1 parent 8d6e2ae commit cb997b5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
'irods_server_hostname': 'localhost',
2727

2828
'run_genquery2_tests': True,
29+
30+
# TODO(#395): Set to True when this project includes an automated testing environment.
2931
'run_quota_tests': False
3032
}
3133

test/test_irods_http_api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4137,6 +4137,9 @@ def test_server_reports_error_when_op_is_not_supported(self):
41374137
do_test_server_reports_error_when_op_is_not_supported(self)
41384138

41394139
class test_quotas_endpoint(unittest.TestCase):
4140+
# TODO(irods/irods#8624): Update this comment once iRODS moves configuration of
4141+
# quotas into the catalog.
4142+
#
41404143
# This test suite requires the iRODS server to be configured with quota monitoring
41414144
# enabled. This is accomplished by setting msiSetRescQuotaPolicy("on") in core.re.
41424145

0 commit comments

Comments
 (0)