From b97ab15e3894fd9f540d7d96b73f5f87fc18ea2e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: May 03 2021 19:51:27 +0000 Subject: Mark unwanted_packages as not submitting any wiki results Signed-off-by: Adam Williamson --- diff --git a/src/fedora_openqa/conf_test_suites.py b/src/fedora_openqa/conf_test_suites.py index 23525e0..e3ef338 100644 --- a/src/fedora_openqa/conf_test_suites.py +++ b/src/fedora_openqa/conf_test_suites.py @@ -1347,9 +1347,8 @@ TESTSUITES = { "support_server": [], # this is a data test, does not map to any test case "memory_check": [], - # this test is a partial check for QA:Testcase_desktop_menus but - # we cannot really mark that as passed if this passes as it does - # not test *everything* required there + # doesn't map to a wiki test case, was requested by desktop team + "unwanted_packages": [], } # vim: set textwidth=120 ts=8 et sw=4: