summaryrefslogtreecommitdiff
path: root/scripts/Component.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Component.py')
-rw-r--r--scripts/Component.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Component.py b/scripts/Component.py
index f6af470aa0b..92ddcc388c3 100644
--- a/scripts/Component.py
+++ b/scripts/Component.py
@@ -188,7 +188,7 @@ class Ice(Component):
if parent not in ["Ice", "IceBox", "IceGrid", "Glacier2", "IceStorm", "IceDiscovery", "IceBridge"]:
return None
- if isinstance(testcase, CollocatedTestCase):
+ if not isinstance(testcase, ClientServerTestCase):
return None
# Define here Ice tests which are slow to execute and for which it's not useful to test different options