Skip to content

Commit

Permalink
SERVER-14268: Backport from 2.6 to 2.4 - disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
markbenvenuto committed Aug 14, 2014
1 parent 9105b69 commit cefb0ef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/mongo/db/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,3 @@ env.StaticLibrary('common', ['field_ref.cpp'],
'$BUILD_DIR/mongo/foundation'])

env.CppUnitTest('field_ref_test', ['field_ref_test.cpp'], LIBDEPS=['common'])

env.CppUnitTest(
target="dbmessage_test",
source=[
"dbmessage_test.cpp"
],
LIBDEPS=[
"common",
"$BUILD_DIR/mongo/clientdriver",
],
)

0 comments on commit cefb0ef

Please sign in to comment.