Skip to content

Commit a168f97

Browse files
committed
squash. code review - TODOs
1 parent d1cb8fc commit a168f97

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
@@ -3931,6 +3931,9 @@ def test_server_reports_error_when_op_is_not_supported(self):
39313931
do_test_server_reports_error_when_op_is_not_supported(self)
39323932

39333933
class test_quotas_endpoint(unittest.TestCase):
3934+
# TODO(irods/irods#8624): Update this comment once iRODS moves configuration of
3935+
# quotas into the catalog.
3936+
#
39343937
# This test suite requires the iRODS server to be configured with quota monitoring
39353938
# enabled. This is accomplished by setting msiSetRescQuotaPolicy("on") in core.re.
39363939

0 commit comments

Comments
 (0)