Merge pull request #201895 from mweinelt/watchdog-darwin

This commit is contained in:
Martin Weinelt 2022-11-19 16:09:53 +01:00 committed by GitHub
commit fa703b9329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ buildPythonPackage rec {
"test_create_wrong_encoding"
] ++ lib.optionals (stdenv.isDarwin && !stdenv.isAarch64) [
"test_delete"
"test_separate_consecutive_moves"
];
disabledTestPaths = [