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,8 @@ using System;
using Discord.Net;
using Discord.Rest;
using Xunit;
// TODO: re-enable ix testing at a later date
#if IXTEST
namespace Discord
{
public partial class TestsFixture : IDisposable
@@ -50,4 +51,5 @@ namespace Discord
_guild = fixture._guild;
}
}
}
}
#endif