Skip to content

Commit

Permalink
MDR dir restructure (#9160)
Browse files Browse the repository at this point in the history
Signed-off-by: Parikshith <pbyregow@redhat.com>
  • Loading branch information
parikshithb authored Jan 19, 2024
1 parent 3d8f9eb commit b4b8130
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def pytest_collection_modifyitems(items):
"""
if config.MULTICLUSTER.get("multicluster_mode") != constants.MDR_MODE:
for item in items.copy():
if "disaster-recovery/mdr" in str(item.fspath):
if "disaster-recovery/metro-dr" in str(item.fspath):
log.debug(
f"Test {item} is removed from the collected items. Test runs only on MDR clusters"
)
Expand Down

0 comments on commit b4b8130

Please sign in to comment.