Skip to content

Commit

Permalink
mir,mir_2_15: Disable UdevWrapperTest.UdevMonitorDoesNotTriggerBefore…
Browse files Browse the repository at this point in the history
…Enabling

Failure seems to have been noticed by upstream, I assume they'll look into it:
canonical/mir#3716 (comment)
  • Loading branch information
OPNA2608 committed Jan 19, 2025
1 parent 7c2becf commit b7771df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/servers/mir/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,12 @@ stdenv.mkDerivation (finalAttrs: {
# BadBufferTest.test_truncated_shm_file *doesn't* throw an error as the test expected, mark as such
# https://github.com/canonical/mir/pull/1947#issuecomment-811810872
(lib.cmakeBool "MIR_SIGBUS_HANDLER_ENVIRONMENT_BROKEN" true)
(lib.cmakeFeature "MIR_EXCLUDE_TESTS" (lib.strings.concatStringsSep ";" [ ]))
(lib.cmakeFeature "MIR_EXCLUDE_TESTS" (
lib.strings.concatStringsSep ";" [
# https://github.com/canonical/mir/issues/3716#issuecomment-2580698552
"UdevWrapperTest.UdevMonitorDoesNotTriggerBeforeEnabling"
]
))
# These get built but don't get executed by default, yet they get installed when tests are enabled
(lib.cmakeBool "MIR_BUILD_PERFORMANCE_TESTS" false)
(lib.cmakeBool "MIR_BUILD_PLATFORM_TEST_HARNESS" false)
Expand Down

0 comments on commit b7771df

Please sign in to comment.