diff options
author | Eric Milkie <milkie@10gen.com> | 2013-02-15 13:35:32 -0500 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2013-02-15 13:35:38 -0500 |
commit | fccd00cad578064cbab4ef0c55d3527ed7ef1436 (patch) | |
tree | c5d364c03688c60ef497e789463d248328706e60 /buildscripts | |
parent | da274cac081409d0edb82901b9c1ad9633f9b1aa (diff) | |
download | mongo-fccd00cad578064cbab4ef0c55d3527ed7ef1436.tar.gz |
SERVER-8589 disable drop2.js for auth testing
Diffstat (limited to 'buildscripts')
-rwxr-xr-x | buildscripts/smoke.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/smoke.py b/buildscripts/smoke.py index f3cf8e10a95..73cf01749ad 100755 --- a/buildscripts/smoke.py +++ b/buildscripts/smoke.py @@ -383,6 +383,7 @@ def skipTest(path): ("jstests", "bench_test1.js"), ("jstests", "bench_test2.js"), ("jstests", "bench_test3.js"), + ("jstests", "drop2.js") # SERVER-8589 ] if os.path.join(parentDir,basename) in [ os.path.join(*test) for test in authTestsToSkip ]: |