Skip to content

Commit fd1ba1c

Browse files
Only skip APIApproval test on Mono
Since it is effectively unsupported at the moment, see #820 for the background. (cherry picked from commit 999ee2c)
1 parent 98651a0 commit fd1ba1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/Unit/APIApproval.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
namespace RabbitMQ.Client.Unit
4848
{
4949
[TestFixture]
50+
[Platform(Exclude="Mono")]
5051
public class APIApproval
5152
{
5253
[Test]

0 commit comments

Comments
 (0)