Skip to content

Commit 4a970e6

Browse files
author
Adrian Reber
committed
Disable warewulf-ipmi test
Signed-off-by: Adrian Reber <areber@redhat.com>
1 parent 3c71286 commit 4a970e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/test/files/support_functions.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,9 @@ post_install_cmds() {
512512
# shellcheck disable=SC2016
513513
sed -e 's,assert_equal $kernel $sms_kernel,/bin/true,g' -i /home/ohpc-test/tests/bos/computes
514514

515+
# This test does not seem to really work. Disable it.
516+
sed '/warewulf-ipmi-ohpc/a skip "broken"' -i /home/ohpc-test/tests/oob/warewulf-ipmi
517+
515518
# confirm we have the ohpc-test user...the wwgetfiles above could
516519
# potentially have failed if it was already spawned from crontab. So,
517520
# we retry if the test account is not available.

0 commit comments

Comments
 (0)