Automation Tests are now marked as Explicit.

This commit is contained in:
kay.one 2012-01-14 17:54:34 -08:00
parent 11b6720cd1
commit b5ddb79c7b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ using NzbDrone.Web.UI.Automation.Fluent;
namespace NzbDrone.Web.UI.Automation
{
[TestFixture]
[Explicit]
public class BasicPageFixture : AutomationTestBase
{