test: disable broken tests

This commit is contained in:
Christopher Felegy
2019-03-16 19:11:19 -04:00
parent 3d1cc3db7e
commit b2295a6450
5 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
using Discord.Rest;
#if IXTEST
namespace Discord
{
public partial class TestsFixture
@@ -69,4 +69,5 @@ namespace Discord
}
}
}
}
}
#ENDIF