Skip to content

Commit

Permalink
revert change to st2tests.base
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 12, 2024
1 parent 5c8325b commit 6a4511d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions st2tests/st2tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
from st2common.persistence import workflow as wf_db_access
from st2common.persistence.action import LiveAction
from st2common.services import workflows as wf_svc
from st2common.transport.bootstrap_utils import register_exchanges_with_retry
from st2common.transport.execution import EXECUTION_OUTPUT_XCHG, EXECUTION_XCHG
from st2common.util import api as api_util
from st2common.util import loader
import st2common.models.db.rule as rule_model
Expand Down Expand Up @@ -571,7 +569,6 @@ class IntegrationTestCase(TestCase):
def setUpClass(cls):
# this prepares the vars for use in configuring the subprocesses via env var
tests_config.parse_args()
register_exchanges_with_retry()

def setUp(self):
super(IntegrationTestCase, self).setUp()
Expand Down

0 comments on commit 6a4511d

Please sign in to comment.