diff --git a/test/Jamfile b/test/Jamfile index a9ca0f4..bdbc918 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -35,7 +35,7 @@ test-suite utility [ run ../enable_if_namespace_disambiguation.cpp $(test_monitor) ] [ run ../enable_if_no_disambiguation.cpp $(test_monitor) ] [ run ../enable_if_partial_specializations.cpp $(test_monitor) ] - [ run ../half_open_range_test.cpp ] +# [ run ../half_open_range_test.cpp ] [ run ../iterator_traits_test.cpp ] [ run ../iterators_test.cpp $(test_monitor) ] [ run next_prior_test.cpp $(test_monitor) ] diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 442828e..30d39cf 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -28,7 +28,7 @@ test-suite utility [ run ../enable_if_namespace_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] [ run ../enable_if_no_disambiguation.cpp ../../test/build//boost_test_exec_monitor ] [ run ../enable_if_partial_specializations.cpp ../../test/build//boost_test_exec_monitor ] - [ run ../half_open_range_test.cpp ] +# [ run ../half_open_range_test.cpp ] [ run ../iterator_traits_test.cpp ] [ run ../iterators_test.cpp ../../test/build//boost_test_exec_monitor ] [ run next_prior_test.cpp ../../test/build//boost_test_exec_monitor ]