Commit 1a563db4 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php84Extensions.ctype: remove flaky test for `aarch64-darwin`

parent 86baf6c3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -428,7 +428,13 @@ lib.makeScope pkgs.newScope (
                configureFlags = [ "--with-bz2=${bzip2.dev}" ];
              }
              { name = "calendar"; }
              { name = "ctype"; }
              {
                name = "ctype";
                postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
                  # Broken test on aarch64-darwin
                  rm ext/ctype/tests/lc_ctype_inheritance.phpt
                '';
              }
              {
                name = "curl";
                buildInputs = [ curl ];