diff --git a/example/Jamfile b/example/Jamfile index 96422adfa..03535679e 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -71,7 +71,10 @@ run_example deletes : 2_simple/deletes.cpp run_example callbacks : 2_simple/callbacks.cpp : $(regular_args) ; run_example coroutines_cpp11 : 2_simple/coroutines_cpp11.cpp /boost/mysql/test//boost_context_lib - : $(regular_args) ; + : $(regular_args) : : + # TODO: remove when https://github.com/boostorg/context/issues/284 is fixed + off +; run_example batch_inserts : 2_simple/batch_inserts.cpp /boost/mysql/test//boost_json_lib : $(hostname) : run_batch_inserts.py ; run_example batch_inserts_generic : 2_simple/batch_inserts_generic.cpp /boost/mysql/test//boost_json_lib @@ -119,4 +122,6 @@ run_example connection_pool : # Uses heavily Boost.Context coroutines, which aren't fully supported by asan norecover:no enable:no + # TODO: remove when https://github.com/boostorg/context/issues/284 is fixed + off ;