diff options
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index 96eaf36fd9e..6054dd5bd0c 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -162,7 +162,6 @@ class Ice(Component): return True def isMainThreadOnly(self, testId): - #return testId.startswith("IceStorm") # TODO: WORKAROUND for ICE-8175 return False # By default, tests support being run concurrently def getDefaultProcesses(self, mapping, processType, testId): @@ -187,7 +186,6 @@ class Ice(Component): def isCross(self, testId): return testId in [ "Ice/ami", - "Ice/info", "Ice/exceptions", "Ice/enums", "Ice/facets", @@ -196,7 +194,6 @@ class Ice(Component): "Ice/objects", "Ice/operations", "Ice/proxy", - "Ice/servantLocator", "Ice/slicing/exceptions", "Ice/slicing/objects", "Ice/optional", |