Skip to content

Commit adaab09

Browse files
committed
qa/tests: adding back test RgwSiteTest
Fixes: https://tracker.ceph.com/issues/71261 Signed-off-by: Nitzan Mordechai <[email protected]>
1 parent 7fe1e42 commit adaab09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

qa/tasks/mgr/dashboard/test_rgw.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
from cryptography.hazmat.primitives.hashes import SHA1
1111
from cryptography.hazmat.primitives.twofactor.totp import TOTP
1212

13-
from .helper import (DashboardTestCase, JLeaf, JList, JObj,
14-
skip_unless_dashboard_pr)
13+
from .helper import DashboardTestCase, JLeaf, JList, JObj
1514

1615
logger = logging.getLogger(__name__)
1716

@@ -67,7 +66,6 @@ def get_rgw_user(self, uid, stats=True):
6766
return self._get('/api/rgw/user/{}?stats={}'.format(uid, stats))
6867

6968

70-
@skip_unless_dashboard_pr
7169
class RgwSiteTest(RgwTestCase):
7270

7371
AUTH_ROLES = ['rgw-manager']

0 commit comments

Comments
 (0)