File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Testing/SystemTests/tests/framework Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1002,6 +1002,14 @@ def __init__(self):
1002
1002
self .spec_min = 0
1003
1003
self .spec_max = 41
1004
1004
1005
+ def skipTests (self ):
1006
+ # In its current state this test is not fit for purpose. There is a large amount of randomness present such
1007
+ # that a very very wide relative tolerance is required to pass reliably (50+). This was discovered after
1008
+ # a change to CompareWorkspaces that made the comparison actually relative. Prior, this test was actually
1009
+ # using an absolute tolerance of 5.0. A redesign is needed to remove some of the randomness or determine
1010
+ # the actual required tolerance.
1011
+ return True
1012
+
1005
1013
def get_reference_files (self ):
1006
1014
# Relative tolerance is used because the calculation of Monte Carlo errors means the Iqt errors are randomized
1007
1015
# within a set amount
You can’t perform that action at this time.
0 commit comments