From ac10640edf23ca9a7d0e01b33cc4cfb956cc61fa Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Fri, 6 Mar 2015 11:57:00 -0500 Subject: [PATCH] Disable test for AppVeyor builds --- TimberWinR.UnitTests/TestDynamicBatchCount.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TimberWinR.UnitTests/TestDynamicBatchCount.cs b/TimberWinR.UnitTests/TestDynamicBatchCount.cs index 8378534..6d6c6e5 100644 --- a/TimberWinR.UnitTests/TestDynamicBatchCount.cs +++ b/TimberWinR.UnitTests/TestDynamicBatchCount.cs @@ -13,10 +13,10 @@ using System.Threading; namespace TimberWinR.UnitTests { - // [TestFixture] + [TestFixture] public class TestDynamicBatchCount { - [Test] + // [Test] public void TestDynamicBatch() { var mgr = new Manager();