diff options
author | Tad Marshall <tad@10gen.com> | 2013-06-03 04:41:43 -0400 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2013-07-18 16:28:55 -0400 |
commit | cfe110242f4eeee9987fba0a782d8dada0c0290b (patch) | |
tree | b861405d9bc983ebb1ae60ea57dd91326584ef9d | |
parent | 636361bf46f2be6f1b883fab59c26170a49b4ac0 (diff) | |
download | mongo-cfe110242f4eeee9987fba0a782d8dada0c0290b.tar.gz |
SERVER-8795 Revert "SERVER-8782 disable smalloplog geo_update_btree.js on Solaris"
This reverts commit cafb1081b84aa443aa0b5c2c12d4d14eaa628a82.
Fixing SERVER-8795 should make geo_update_btree.js not segfault.
-rwxr-xr-x | buildscripts/smoke.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index bfaaf5a9c20..ebc0641e538 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -359,9 +359,6 @@ def skipTest(path): if small_oplog: # For tests running in parallel if basename in ["cursor8.js", "indexh.js", "dropdb.js", "connections_opened.js", "opcounters.js"]: return True - if os.sys.platform == "sunos5": - if basename == "geo_update_btree.js": - return True if auth or keyFile: # For tests running with auth # Skip any tests that run with auth explicitly if parentDir == "auth" or "auth" in basename: |