faiss.tests.pytest: disable a failing float-vs-double test

+5
+5
pkgs/development/libraries/science/math/faiss/tests.nix
··· 23 23 "test_contrib.py" 24 24 ]; 25 25 26 + disabledTests = [ 27 + # https://github.com/facebookresearch/faiss/issues/2836 28 + "test_update_codebooks_with_double" 29 + ]; 30 + 26 31 nativeCheckInputs = [ 27 32 faiss 28 33 pytestCheckHook