Unverified Commit 65f869a0 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.kcas: disable tests with OCaml 5.4

parent 94f63655
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildDunePackage,
  fetchurl,
  ocaml,
  domain-local-await,
  domain-local-timeout,
  alcotest,
@@ -29,7 +30,7 @@ buildDunePackage rec {
    backoff
  ];

  doCheck = true;
  doCheck = !lib.versionAtLeast ocaml.version "5.4";
  nativeCheckInputs = [ mdx.bin ];
  checkInputs = [
    alcotest