We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@allow_on_cloud
1 parent 28169a8 commit 052f768Copy full SHA for 052f768
tests/resources/test_vote.py
@@ -1,8 +1,9 @@
1
from __future__ import annotations
2
3
-from tests.conftest import JiraTestCase
+from tests.conftest import JiraTestCase, allow_on_cloud
4
5
6
+@allow_on_cloud
7
class VoteTests(JiraTestCase):
8
def setUp(self):
9
JiraTestCase.setUp(self)
0 commit comments