Skip to content

Commit

Permalink
micro: Enable serial failures
Browse files Browse the repository at this point in the history
They are needed at least for kernel tests.

Fixes: b3e7ddd ("Modify lib files for libyui-rest-api to work for slem")
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Aug 20, 2024
1 parent b725121 commit 65d70e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions products/sle-micro/main.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ if (is_updates_test_repo && !get_var('MAINT_TEST_REPO')) {
testapi::set_distribution(DistributionProvider->provide());

# set failures
#$testapi::distri->set_expected_serial_failures(create_list_of_serial_failures());
#$testapi::distri->set_expected_autoinst_failures(create_list_of_autoinst_failures());
$testapi::distri->set_expected_serial_failures(create_list_of_serial_failures());
$testapi::distri->set_expected_autoinst_failures(create_list_of_autoinst_failures());

if (load_yaml_schedule) {
if (YuiRestClient::is_libyui_rest_api) {
Expand Down

0 comments on commit 65d70e8

Please sign in to comment.