[tests][monotouch] Remove the ignore on MPVolumeView added in xcode9 beta 3 - it seems to work fine now (#3284)

This commit is contained in:
Sebastien Pouliot 2018-01-23 08:27:18 -05:00 коммит произвёл GitHub
Родитель af03020eef
Коммит ca06526793
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -210,8 +210,6 @@ namespace Introspection {
return true;
case "INBookRestaurantReservationIntentResponse": // iOS 11 beta 2: stack overflow in description. radar:32945914
return true;
case "MPVolumeView": // Started failing with Xcode 9 beta 3
return true;
case "IOSurface": // Only works on device
case "NEHotspotEapSettings": // Wireless Accessory Configuration is not supported in the simulator.
case "NEHotspotConfigurationManager":

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

@ -29,9 +29,6 @@ namespace MonoTouchFixtures.MediaPlayer {
[Preserve (AllMembers = true)]
public class VolumeViewTest {
// TODO: Test temporarily ignored.
// Reason: MPVolumeView started failing with iOS 11 beta 3.
[Ignore]
[Test]
public void InitWithFrame ()
{