Disable test for AppVeyor builds

This commit is contained in:
Eric Fontana
2015-03-06 11:57:00 -05:00
parent e9c27c8c19
commit ac10640edf

View File

@@ -13,10 +13,10 @@ using System.Threading;
namespace TimberWinR.UnitTests
{
// [TestFixture]
[TestFixture]
public class TestDynamicBatchCount
{
[Test]
// [Test]
public void TestDynamicBatch()
{
var mgr = new Manager();