Unverified Commit 3c42e221 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

openbabel: disable failing tests (#482731)

parents 4bf6c8d6 2677ca4e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -68,6 +68,9 @@ stdenv.mkDerivation {
  disabledTests = [
    "test_cifspacegroup_11"
    "pybindtest_obconv_writers"
    # These tests fail with GCC 15
    "test_align_4"
    "test_align_5"
  ];

  doCheck = true;