From 02d4594cd2a5c40b3a083683d7a7e7f7dff382b3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 26 Oct 2016 13:52:22 -0700 Subject: [PATCH] disable notifications tests until I have time to fix them These keep failing because they don't work right. I have it partially fixed on a branch but not fully fixed yet, and it's been this way for a few weeks already, so let's disable the tests for now until I can actually complete the fix. --- templates | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/templates b/templates index 8fee788e..13e69a43 100755 --- a/templates +++ b/templates @@ -369,50 +369,6 @@ }, test_suite => { name => "desktop_browser" }, }, - { - machine => { name => "64bit" }, - prio => 30, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "Workstation-live-iso", - version => "*", - }, - test_suite => { name => "desktop_notifications_live" }, - }, - { - machine => { name => "64bit" }, - prio => 32, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "KDE-live-iso", - version => "*", - }, - test_suite => { name => "desktop_notifications_live" }, - }, - { - machine => { name => "64bit" }, - prio => 30, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "Workstation-live-iso", - version => "*", - }, - test_suite => { name => "desktop_notifications_postinstall" }, - }, - { - machine => { name => "64bit" }, - prio => 32, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "KDE-live-iso", - version => "*", - }, - test_suite => { name => "desktop_notifications_postinstall" }, - }, { machine => { name => "64bit" }, prio => 30,