CA-109237: Removing AddHostCommand test from the smoke tests

This commit is contained in:
Chris Harding 2013-07-12 09:22:50 +01:00
parent 6acbcae6b7
commit 8580544a1a

View File

@ -38,7 +38,7 @@ using XenAdmin;
namespace XenAdminTests.CommandTests
{
[TestFixture, Category(TestCategories.UICategoryA), Category(TestCategories.SmokeTest)]
[TestFixture, Category(TestCategories.UICategoryA)]
public class AddHostCommandTestSetup : MainWindowLauncher_TestFixture
{
public AddHostCommandTestSetup()