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 26
26
'irods_server_hostname' : 'localhost' ,
27
27
28
28
'run_genquery2_tests' : True ,
29
+
30
+ # TODO(#395): Set to True when this project includes an automated testing environment.
29
31
'run_quota_tests' : False
30
32
}
31
33
Original file line number Diff line number Diff line change @@ -3931,6 +3931,9 @@ def test_server_reports_error_when_op_is_not_supported(self):
3931
3931
do_test_server_reports_error_when_op_is_not_supported (self )
3932
3932
3933
3933
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
+ #
3934
3937
# This test suite requires the iRODS server to be configured with quota monitoring
3935
3938
# enabled. This is accomplished by setting msiSetRescQuotaPolicy("on") in core.re.
3936
3939
You can’t perform that action at this time.
0 commit comments