python3Packages.fastmcp: disable flaky test on Darwin (#484490)
This commit is contained in:
@@ -168,6 +168,9 @@ buildPythonPackage (finalAttrs: {
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# RuntimeError: Server failed to start after 10 attempts
|
||||
"test_unauthorized_access"
|
||||
|
||||
# Failed: DID NOT RAISE <class 'fastmcp.exceptions.ToolError'>
|
||||
"test_stateless_proxy"
|
||||
];
|
||||
|
||||
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user