mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
fix test regex
This commit is contained in:
parent
87f261a995
commit
285e6e9e65
@ -63,7 +63,7 @@ files.forEach(
|
||||
* clean (apitest_dbcollection)
|
||||
* logout and getnonce
|
||||
*/
|
||||
if (/[\/\\](error3|capped|splitvector|apitest_db|cursor6|copydb-auth|profile1|dbhash|median|apitest_dbcollection|evalb|auth1|auth2)\.js$/.test(x.name)) {
|
||||
if (/[\/\\](error3|capped.*|splitvector|apitest_db|cursor6|copydb-auth|profile1|dbhash|median|apitest_dbcollection|evalb|auth1|auth2)\.js$/.test(x.name)) {
|
||||
print(" !!!!!!!!!!!!!!! skipping test that has failed under sharding but might not anymore " + x.name)
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user