Skip to content

Commit

Permalink
SERVER-8936 Temporarily disable parse_number_test unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Schwerin committed Mar 11, 2013
1 parent f74df61 commit 78da859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mongo/base/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ env.CppUnitTest('owned_pointer_map_test',
['owned_pointer_map_test.cpp'],
LIBDEPS=['base'])

env.CppUnitTest('parse_number_test',
['parse_number_test.cpp'],
LIBDEPS=['base'])
#env.CppUnitTest('parse_number_test',
# ['parse_number_test.cpp'],
# LIBDEPS=['base'])

env.CppUnitTest('status_test',
'status_test.cpp',
Expand Down

0 comments on commit 78da859

Please sign in to comment.