diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 6f4aa7d1925..2228c1915eb 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -116,7 +116,7 @@ tests = [ if TestUtil.isWin32() or os.getuid() == 0: tests += [ ("IceUtil/priority", ["core", "nodarwin"]), - ("Ice/threadPoolPriority", ["core", "nodarwin"]) + ("Ice/threadPoolPriority", ["core", "nodarwin", "nomx"]) ] if __name__ == "__main__": |