Skip to content

Commit 6719fc1

Browse files
author
Elad Zelingher
committed
Ignoring CRA tests for PCL
1 parent ff22286 commit 6719fc1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/net45/Tests/WampSharp.Tests.Wampv2/Integration/WampCraAuthenticationTests.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
#if !PCL
2+
3+
using System;
24
using System.Collections.Generic;
35
using System.Threading.Tasks;
46
using NUnit.Framework;
@@ -257,4 +259,6 @@ public int Multiply2(int x, int y)
257259
}
258260
}
259261
}
260-
}
262+
}
263+
264+
#endif

0 commit comments

Comments
 (0)