Disable the serialisation test when clang 6 with c++ 17 is used
With c++ 17 std::auto_ptr got removed. The boost version 1.62 installed on our CI server is still using it and disabling it with BOOST_NO_AUTO_PTR leads to undefined reference errors during linking.