0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-12127 migrate js tests to jscore suite when not related to writes

Fix path name in smoke.py
This commit is contained in:
Randolph Tan 2014-03-03 10:10:46 -05:00
parent 10e298ddbc
commit fafb7dad7b

View File

@ -415,9 +415,9 @@ def skipTest(path):
("sharding", "sync3.js"), # SERVER-6388 for this and those below
("sharding", "sync6.js"),
("sharding", "parallel.js"),
("jstests", "bench_test1.js"),
("jstests", "bench_test2.js"),
("jstests", "bench_test3.js"),
("core", "bench_test1.js"),
("core", "bench_test2.js"),
("core", "bench_test3.js"),
]
if os.path.join(parentDir,basename) in [ os.path.join(*test) for test in authTestsToSkip ]: