[tests] Exclude the 'RequiresBSDSockets' category from watchOS tests. (#495)

This commit is contained in:
Rolf Bjarne Kvinge 2016-07-26 17:39:50 +02:00 коммит произвёл Sebastien Pouliot
Родитель 6e41b65f95
Коммит 556f9991a2
3 изменённых файлов: 3 добавлений и 3 удалений

2
external/mono поставляемый

@ -1 +1 @@
Subproject commit d8d1fe64c14111dab63a99c3670115928dc6226b
Subproject commit 0a042da3ef8da945d51f0e9405ff2fcb57d39773

2
external/watch-mono поставляемый

@ -1 +1 @@
Subproject commit d8d1fe64c14111dab63a99c3670115928dc6226b
Subproject commit 0a042da3ef8da945d51f0e9405ff2fcb57d39773

Просмотреть файл

@ -64,7 +64,7 @@ namespace monotouchtestWatchKitExtension
void LoadTests ()
{
runner = new WatchOSRunner ();
runner.Filter = new NotFilter (new CategoryExpression ("MobileNotWorking,NotOnMac,NotWorking,ValueAdd,CAS,InetAccess,NotWorkingInterpreter").Filter);
runner.Filter = new NotFilter (new CategoryExpression ("MobileNotWorking,NotOnMac,NotWorking,ValueAdd,CAS,InetAccess,NotWorkingInterpreter,RequiresBSDSockets").Filter);
runner.Add (GetType ().Assembly);
ThreadPool.QueueUserWorkItem ((v) =>
{