Actions
action #43031
closedFix failing t/ui/13-admin.t
Description
Seems like t/ui/13-admin.t
fails now quite often on Travis:
# Failed test 'advanced_kde not selectable twice'
# at ./t/ui/13-admin.t line 416.
# Structures begin differing at:
# $got->[1] = 'advanced_kde'
# $expected->[1] = 'client1'
# Looks like you failed 1 test of 8.
# Failed test 'edit mediums'
# at ./t/ui/13-admin.t line 492.
Use of uninitialized value $expr in concatenation (.) or string at /usr/lib/perl5/5.18.2/B/Deparse.pm line 1370.
# Looks like you failed 1 test of 15.
Use of uninitialized value $expr in concatenation (.) or string at /usr/lib/perl5/5.18.2/B/Deparse.pm line 1370.
./t/ui/13-admin.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests
notes¶
- I am not able to reproduce the issue locally (not by running the test directly, but also not by running it within Docker)
- affected PRs: https://github.com/os-autoinst/openQA/pull/1843 (only changes documentation), https://github.com/os-autoinst/openQA/pull/1844
Actions