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

@@ -2,7 +2,7 @@ using Discord.Rest;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
#if IXTEST
namespace Discord
{
public partial class Tests
@@ -215,3 +215,4 @@ namespace Discord
}
}
}
#endif