gst-plugins-rs: disable failing test on Darwin

This commit is contained in:
Sarah Clark
2025-10-04 11:15:12 -07:00
parent 3ea3a24f3e
commit da708ddef0
@@ -116,6 +116,7 @@ let
++ lib.optionals stdenv.hostPlatform.isDarwin [
"reqwest" # tests hang on darwin
"threadshare" # tests cannot bind to localhost on darwin
"uriplaylistbin" # thread reqwest-internal-sync-runtime attempred to create a NULL object (in test_cache)
"webp" # not supported on darwin (upstream crate issue)
]
++ lib.optionals (!gst-plugins-base.glEnabled || !withGtkPlugins) [