diff options
Diffstat (limited to 'rb/allTests.py')
-rwxr-xr-x | rb/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rb/allTests.py b/rb/allTests.py index ab2686e47e0..2b918abcc4c 100755 --- a/rb/allTests.py +++ b/rb/allTests.py @@ -35,7 +35,7 @@ tests = [ ("Ice/location", ["core"]), ("Ice/objects", ["core"]), ("Ice/proxy", ["core"]), - ("Ice/properties", ["once"]), + ("Ice/properties", ["once", "nowin32"]), ("Ice/operations", ["core"]), ("Ice/retry", ["core"]), ("Ice/timeout", ["core"]), |