diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-12 14:09:17 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-12 14:09:17 +0000 |
commit | 9303cade596bf6990c0eb8ea4c2aecde020a2a76 (patch) | |
tree | cfaf53374f456c466d860ae5aedc16cb397c93e5 /t | |
parent | 2009b384bf678583ef0ff0647d5e8fb88114c3ff (diff) | |
download | urpmi-9303cade596bf6990c0eb8ea4c2aecde020a2a76.tar urpmi-9303cade596bf6990c0eb8ea4c2aecde020a2a76.tar.gz urpmi-9303cade596bf6990c0eb8ea4c2aecde020a2a76.tar.bz2 urpmi-9303cade596bf6990c0eb8ea4c2aecde020a2a76.tar.xz urpmi-9303cade596bf6990c0eb8ea4c2aecde020a2a76.zip |
add comment about tests known not to work
Diffstat (limited to 't')
-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'; |