diff options
-rw-r--r-- | t/superuser--backtrack-promotion.t | 2 | ||||
-rw-r--r-- | t/superuser--should-restart.t | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/t/superuser--backtrack-promotion.t b/t/superuser--backtrack-promotion.t index 99825cf0..734715c9 100644 --- a/t/superuser--backtrack-promotion.t +++ b/t/superuser--backtrack-promotion.t @@ -15,6 +15,8 @@ # backtracking finds a.i586 as well and tries it again; it still does not # work, but urpmi already forgot the promotion and does not remove d # +# This test doesn't work on i586 boxes, just x86_64 +# use strict; use lib '.', 't'; use helper; diff --git a/t/superuser--should-restart.t b/t/superuser--should-restart.t index ba4b5adb..737ab311 100644 --- a/t/superuser--should-restart.t +++ b/t/superuser--should-restart.t @@ -2,6 +2,8 @@ # "a" provides "should-restart = system" # "c" provides "should-restart = system" +# this test fails since the "restart your computer" message was disabled when +# urpmi is run with --urpmi-root # use strict; use lib '.', 't'; |