Commit a88b601e authored by Doron Behar's avatar Doron Behar
Browse files

tectonic-unwrapped: skip failing test on Darwin

parent 818bce69
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -98,6 +98,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
    # Test fails due to tectonic bundle missing and can't be downloaded in the
    # sandbox
    "--skip=tests::no_segfault_after_failed_compilation"
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    # Test Panics only on Darwin, see:
    # https://github.com/tectonic-typesetting/tectonic/issues/1352
    "--skip=v2_watch_succeeds"
  ];
  doCheck = true;