diff --git a/tests/ctst/features/quotas/Quotas.feature b/tests/ctst/features/quotas/Quotas.feature index 30926f960..cbe0a0079 100644 --- a/tests/ctst/features/quotas/Quotas.feature +++ b/tests/ctst/features/quotas/Quotas.feature @@ -202,6 +202,4 @@ Feature: Quota Management for APIs | action | uploadSize | bucketQuota | accountQuota | userType | | RestoreObject | 100 | 0 | 0 | ACCOUNT | | RestoreObject | 100 | 101 | 101 | ACCOUNT | - | RestoreObject | 100 | 0 | 0 | IAM_USER | - | RestoreObject | 100 | 101 | 101 | IAM_USER |