1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-11 09:06:13 +00: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
{