[tests][monotouch] Fix GKAgent3D not to run before iOS 9 (#2733)

This commit is contained in:
Sebastien Pouliot 2017-09-20 22:19:57 -04:00 коммит произвёл GitHub
Родитель fb894e788e
Коммит 9bdb7643c9
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -35,6 +35,13 @@ namespace MonoTouchFixtures.GamePlayKit
[Preserve (AllMembers = true)]
public class GKAgent3DTest
{
[SetUp]
public void Setup ()
{
if (!TestRuntime.CheckSystemAndSDKVersion (9, 0))
Assert.Ignore ("Ignoring GameplayKit tests: Requires iOS9+");
}
[Test]
public void RotationTest ()
{