File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
41394139class 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
You can’t perform that action at this time.
0 commit comments