1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

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

View File

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