[tests] Remove some 32-bit XM tests.

32-bit macOS is dying, and keeping these tests running is not worth the effort.
This commit is contained in:
Rolf Bjarne Kvinge 2018-08-17 12:49:40 +02:00
Родитель 185ccbb0ad
Коммит 4d30955c7a
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -8,8 +8,6 @@ namespace Xamarin.MMP.Tests
{ {
[TestCase (false, "x86_64")] [TestCase (false, "x86_64")]
[TestCase (true, "x86_64")] [TestCase (true, "x86_64")]
[TestCase (false, "i386")]
[TestCase (true, "i386")]
public void SmokeTest (bool full, string arch) public void SmokeTest (bool full, string arch)
{ {
if (!PlatformHelpers.CheckSystemVersion (10, 11)) if (!PlatformHelpers.CheckSystemVersion (10, 11))
@ -29,8 +27,6 @@ namespace Xamarin.MMP.Tests
[TestCase (false, "x86_64")] [TestCase (false, "x86_64")]
[TestCase (true, "x86_64")] [TestCase (true, "x86_64")]
[TestCase (false, "i386")]
[TestCase (true, "i386")]
public void DirectoryContainsSpaces (bool full, string arch) public void DirectoryContainsSpaces (bool full, string arch)
{ {
if (!PlatformHelpers.CheckSystemVersion (10, 11)) if (!PlatformHelpers.CheckSystemVersion (10, 11))