Skip to content

Commit

Permalink
Only skip APIApproval test on Mono
Browse files Browse the repository at this point in the history
Since it is effectively unsupported at the moment,
see #820 for the background.
  • Loading branch information
michaelklishin committed Apr 19, 2020
1 parent 4304b96 commit 999ee2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/Unit/APIApproval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
namespace RabbitMQ.Client.Unit
{
[TestFixture]
[Platform(Exclude="Mono")]
public class APIApproval
{
[Test]
Expand Down

0 comments on commit 999ee2c

Please sign in to comment.